rename framedata -> frameevent

This commit is contained in:
aozhiwei 2019-04-23 16:16:12 +08:00
parent 92ba3d95b9
commit f4b39596ae
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "precompile.h"
#include "framedata.h"
#include "frameevent.h"
void FrameEvent::AddAirDrop(int appear_time, int box_id, Vector2D box_pos)
{

View File

@ -1,7 +1,7 @@
#pragma once
#include "entity.h"
#include "framedata.h"
#include "cs_proto.pb.h"
namespace MetaData
{

View File

@ -3,7 +3,7 @@
#include <a8/xtimer.h>
#include <a8/timer_attacher.h>
#include "framedata.h"
#include "frameevent.h"
namespace MetaData
{