rename framedata -> frameevent
This commit is contained in:
parent
92ba3d95b9
commit
f4b39596ae
@ -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)
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "entity.h"
|
||||
#include "framedata.h"
|
||||
#include "cs_proto.pb.h"
|
||||
|
||||
namespace MetaData
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <a8/xtimer.h>
|
||||
#include <a8/timer_attacher.h>
|
||||
|
||||
#include "framedata.h"
|
||||
#include "frameevent.h"
|
||||
|
||||
namespace MetaData
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user