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
2019-04-11 14:40:54 +08:00
#include "kiwano.h"
#include "kiwano-audio.h"
#include "kiwano-network.h"
2019-02-03 21:45:56 +08:00
2019-04-11 14:40:54 +08:00
using namespace kiwano;
using namespace kiwano::network;
2019-02-03 21:45:56 +08:00
const int WINDOW_WIDTH = 640;
const int WINDOW_HEIGHT = 480;