2D_Game_Engine
Loading...
Searching...
No Matches
Classes | Variables
editor.hpp File Reference
#include <camera.hpp>

Go to the source code of this file.

Classes

class  Editor
 

Variables

std::string WINDOW_NAME
 
unsigned int WINDOW_WIDTH
 
unsigned int WINDOW_HEIGHT
 
unsigned int FULLSCREEN_WIDTH
 
unsigned int FULLSCREEN_HEIGHT
 
std::string SCENE_PATH
 
bool RESIZABLE
 

Variable Documentation

◆ FULLSCREEN_HEIGHT

unsigned int FULLSCREEN_HEIGHT
extern

Definition at line 20 of file editor.cpp.

◆ FULLSCREEN_WIDTH

unsigned int FULLSCREEN_WIDTH
extern

Definition at line 19 of file editor.cpp.

◆ RESIZABLE

bool RESIZABLE
extern

Definition at line 22 of file editor.cpp.

◆ SCENE_PATH

std::string SCENE_PATH
extern

Definition at line 21 of file editor.cpp.

◆ WINDOW_HEIGHT

unsigned int WINDOW_HEIGHT
extern

Definition at line 18 of file editor.cpp.

◆ WINDOW_NAME

std::string WINDOW_NAME
extern

Definition at line 16 of file editor.cpp.

◆ WINDOW_WIDTH

unsigned int WINDOW_WIDTH
extern

Definition at line 17 of file editor.cpp.