Nymph Game Engine
Chaiscript based Game Engine
|
#include <easylogging++.h>
#include <sstream>
#include <iomanip>
#include "camera.h"
#include "glm/ext.hpp"
#include "graphics/shader_manager.h"
#include "game/sprite_move_event.h"
#include "input/key_down_event.h"
#include "input/key_repeat_event.h"
#include "input/key_up_event.h"
#include "graphics/ui/change_text_event.h"
#include <GLFW/glfw3.h>
#include <chaiscript/chaiscript.hpp>
#include <chaiscript/utility/utility.hpp>
Namespaces | |
Graphics | |
Macros | |
#define | GLFW_INCLUDE_GLCOREARB |
#define GLFW_INCLUDE_GLCOREARB |