- testing jgame
This commit is contained in:
10
source/jgame.h
Normal file
10
source/jgame.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace game
|
||||
{
|
||||
|
||||
void init();
|
||||
|
||||
bool loop();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user