moving textures to textures repo #1

This commit is contained in:
Sandro Sobczyński
2020-10-31 10:53:20 +01:00
parent ebf2a9ac24
commit 3cfe7ba8f1
11 changed files with 127 additions and 76 deletions
+2
View File
@@ -16,6 +16,7 @@
#include <engine.hpp>
#include "objects/player.hpp"
#include <models/light_bulb.hpp>
#include <modules/texture_repository.hpp>
#include "./camera.hpp"
class Ari : public Game
@@ -35,6 +36,7 @@ private:
LightBulb bulb;
Player *player;
Camera *camera;
TextureRepository *texRepo;
};
#endif