Comencem a ficar el codi nou, ara va en la carpeta "source"
This commit is contained in:
14
source/jgame.h
Normal file
14
source/jgame.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
namespace game
|
||||
{
|
||||
void setUpdateTicks(const int ticks);
|
||||
|
||||
void init();
|
||||
|
||||
void setState(bool (*loop)());
|
||||
|
||||
void setConfig(const char* key, const int value);
|
||||
|
||||
const int getConfig(const char* key);
|
||||
}
|
||||
Reference in New Issue
Block a user