Magic_Game/samples/Samples/common.h

13 lines
238 B
C
Raw Normal View History

2019-02-03 21:45:56 +08:00
// Copyright (C) 2019 Nomango
#pragma once
#include "easy2d.h"
#include "easy2d-audio.h"
#include "easy2d-network.h"
2019-02-03 21:45:56 +08:00
using namespace easy2d;
using namespace easy2d::network;
2019-02-03 21:45:56 +08:00
const int WINDOW_WIDTH = 640;
const int WINDOW_HEIGHT = 480;