From 2b4d4cf2afeb386b6d7c22616848914f8af62eda Mon Sep 17 00:00:00 2001 From: util1 Date: Thu, 18 Jul 2019 15:11:06 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A9dition=20du=20main=20de=20FxEngine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FxEngine/FxEngine.cpp | Bin 1024 -> 275 bytes FxEngine/FxEngine.h | 7 ++----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/FxEngine/FxEngine.cpp b/FxEngine/FxEngine.cpp index 06d7405020018ddf3cacee90fd4af10487da3d20..732dfe872e8a5ab03593ca21a88dcfd4ebaadc62 100644 GIT binary patch literal 275 zcmY$+%uCKGO-WTya;tF7OV7+p)yq)g;&OA1cg#!ANmYP}T3MxJXc%Z(W0fhxC6gPE zTNh9cq7P(bKz?y%NoIZ?l6^&~i8&euIzR}q6^oMG__EBR61XCeLBS=7CCIMMjV}g? m*n;eE3=Z}TbG7E;D$CDIL9!_?wcM>JF*j91ldGDGs}=z7OjjfT literal 1024 ScmZQz7zLvtFd70QH3R?z00031 diff --git a/FxEngine/FxEngine.h b/FxEngine/FxEngine.h index 312face..8957cf7 100644 --- a/FxEngine/FxEngine.h +++ b/FxEngine/FxEngine.h @@ -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);