McRogueFace Python API (McRFPy_API) demo class
This commit is contained in:
parent
a6f59085eb
commit
6a2c3c6c36
7 changed files with 245 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "Entity.h"
|
||||
#include "EntityManager.h"
|
||||
#include "Scene.h"
|
||||
#include "McRFPy_API.h"
|
||||
|
||||
class GameEngine
|
||||
{
|
||||
|
|
@ -15,6 +16,7 @@ class GameEngine
|
|||
bool paused = false;
|
||||
int currentFrame = 0;
|
||||
sf::View visible;
|
||||
//McRFPy_API* api;
|
||||
|
||||
public:
|
||||
GameEngine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue