- testing jgame

This commit is contained in:
2023-02-28 19:09:25 +01:00
parent 08f4160503
commit 07d4e03930
6 changed files with 57 additions and 4 deletions

10
source/jgame.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace game
{
void init();
bool loop();
}