GLFW host changes
This commit is contained in:
@ -10,8 +10,13 @@
|
|||||||
#include "game/Game.hpp"
|
#include "game/Game.hpp"
|
||||||
#include "display/BackBuffer.hpp"
|
#include "display/BackBuffer.hpp"
|
||||||
|
|
||||||
#define DAWN_GLFW_WIDTH_DEFAULT 800
|
#ifndef DAWN_GLFW_WIDTH_DEFAULT
|
||||||
#define DAWN_GLFW_HEIGHT_DEFAULT 600
|
#define DAWN_GLFW_WIDTH_DEFAULT 800
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef DAWN_GLFW_HEIGHT_DEFAULT
|
||||||
|
#define DAWN_GLFW_HEIGHT_DEFAULT 600
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Dawn {
|
namespace Dawn {
|
||||||
enum class DawnGLFWInitResult {
|
enum class DawnGLFWInitResult {
|
||||||
|
Reference in New Issue
Block a user