← index
emx/src/window_const.hpp
Source: emx/src/window_const.hpp
#ifndef _WINDOW_CONST_H_
#define _WINDOW_CONST_H_

namespace game {
    const int WINDOW_SIZE_WIDTH = 1280;
    const int WINDOW_SIZE_HEIGHT = 720;
}

#endif