Pong development has been completed.
This commit is contained in:
parent
c458513f42
commit
893c701345
4
Main.cpp
4
Main.cpp
@ -16,8 +16,8 @@ void LogCallback(const lwe::Log& log)
|
|||||||
lwe::SInt_32 Main(lwe::Str_8* appName, lwe::Str_8* appVerId, lwe::Version* appVer)
|
lwe::SInt_32 Main(lwe::Str_8* appName, lwe::Str_8* appVerId, lwe::Version* appVer)
|
||||||
{
|
{
|
||||||
*appName = "Pong";
|
*appName = "Pong";
|
||||||
*appVerId = "Alpha";
|
*appVerId = "Release";
|
||||||
*appVer = {0, 0, 1};
|
*appVer = {1, 0, 0};
|
||||||
|
|
||||||
lwe::Console::Attach();
|
lwe::Console::Attach();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user