édition du main de FxEngine

This commit is contained in:
util1 2019-07-18 15:11:06 +02:00
parent 5fc44d2298
commit 2b4d4cf2af
2 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
#ifndef ENG3D_H
#define ENG3D_H
#ifndef FENG_H
#define FENG_H
#define FE_State bool
#define FE_ACTIVE true
@ -12,9 +12,6 @@
class FxEngine // regroupement des fonctions
{
public:
static int* getPos();
static void setPos(int* coords);
static void newFrame(); // reloads coords
static int getChangeNumber();
static void setState(FE_State state);