Fix stupid VC warning. class foo is the same as struct foo.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "ReceptorArrowRow.h"
|
||||
#include "GhostArrowRow.h"
|
||||
|
||||
class Attack;
|
||||
struct Attack;
|
||||
class NoteData;
|
||||
|
||||
class NoteField : public ActorFrame
|
||||
|
||||
Reference in New Issue
Block a user