X-Git-Url: http://community.linux-addicted.net/gitweb/?p=genesis3d.git;a=blobdiff_plain;f=G3D%2FEngine%2FEngine.h;fp=G3D%2FEngine%2Fengine.h;h=77d8fd5829ceb380026bafe38b647e6a8b598ad5;hp=b70601b6083529718a26f0ff9ec58ab2df8cd10b;hb=bb35995409d9bc1c380f2a56d1b7df43cafdb5e5;hpb=de59d8a82425a9d6b3614e252ca20fc0d1d0e4e7 diff --git a/G3D/Engine/engine.h b/G3D/Engine/Engine.h similarity index 96% rename from G3D/Engine/engine.h rename to G3D/Engine/Engine.h index b70601b..77d8fd5 100644 --- a/G3D/Engine/engine.h +++ b/G3D/Engine/Engine.h @@ -23,10 +23,10 @@ #ifndef GE_ENGINE_H #define GE_ENGINE_H -#include "Genesis.h" +#include "include/Genesis.h" #include "System.h" -#include "world.h" -#include "bitmap.h" +#include "G3D/World/World.h" +#include "include/Bitmap.h" #include "BitmapList.h" #ifdef __cplusplus