OctaCore/src/engine/engine.hh

12 lines
245 B
C++
Raw Normal View History

2020-04-15 18:39:17 +02:00
#ifndef __ENGINE_H__
#define __ENGINE_H__
2020-04-16 20:28:40 +02:00
#include "cube.hh"
#include "world.hh"
#include "light.hh"
2020-04-15 18:39:17 +02:00
extern dynent *player;
extern physent *camera1; // special ent that acts as camera, same object as player1 in FPS mode
#endif