This commit is contained in:
Branimir Karadžić
2016-03-06 15:29:22 -08:00
parent 6c13efba04
commit 086285a3e2
14 changed files with 577 additions and 527 deletions

View File

@@ -103,7 +103,7 @@ static const uint16_t s_cubeIndices[36] =
21, 23, 22,
};
class Bump : public entry::AppI
class ExampleBump : public entry::AppI
{
void init(int _argc, char** _argv) BX_OVERRIDE
{
@@ -387,4 +387,4 @@ class Bump : public entry::AppI
int64_t m_timeOffset;
};
ENTRY_IMPLEMENT_MAIN(Bump);
ENTRY_IMPLEMENT_MAIN(ExampleBump);