Pong development has been completed.

This commit is contained in:
Arron David Nelson 2023-11-14 00:08:54 -08:00
parent c458513f42
commit 893c701345

View File

@ -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)
{
*appName = "Pong";
*appVerId = "Alpha";
*appVer = {0, 0, 1};
*appVerId = "Release";
*appVer = {1, 0, 0};
lwe::Console::Attach();