Added ManaCost & ExtraCost to the startup traces of certain class sizes.
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "WResourceManager.h"
|
#include "WResourceManager.h"
|
||||||
|
#include "ExtraCost.h"
|
||||||
#include "GameApp.h"
|
#include "GameApp.h"
|
||||||
#include "Subtypes.h"
|
#include "Subtypes.h"
|
||||||
#include "GameStateTransitions.h"
|
#include "GameStateTransitions.h"
|
||||||
@@ -252,6 +253,8 @@ void GameApp::Create()
|
|||||||
|
|
||||||
DebugTrace("size of MTGCard: "<< sizeof(MTGCard));
|
DebugTrace("size of MTGCard: "<< sizeof(MTGCard));
|
||||||
DebugTrace("size of CardPrimitive: "<< sizeof(CardPrimitive));
|
DebugTrace("size of CardPrimitive: "<< sizeof(CardPrimitive));
|
||||||
|
DebugTrace("size of ExtraCost: " << sizeof(ExtraCost));
|
||||||
|
DebugTrace("Size of ManaCost: " << sizeof(ManaCost));
|
||||||
|
|
||||||
LOG("Game Creation Done.");
|
LOG("Game Creation Done.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user