-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.h
More file actions
38 lines (25 loc) · 820 Bytes
/
Copy pathpackage.h
File metadata and controls
38 lines (25 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#pragma once
//---------------------------------------------------------------------------------
// Written by Terence J. Grant - tjgrant [at] tatewake [dot] com
// Find the full tutorial at: http://gamedev.tutsplus.com/series/
//----------------------------------------------------------------------------------
#include "Extensions.hpp"
#include "MathUtil.hpp"
#include "ColorUtil.hpp"
#include "Art.hpp"
#include "Sound.hpp"
#include "Grid.hpp"
#include "Entity.hpp"
#include "Bullet.hpp"
#include "Enemy.hpp"
#include "EnemySpawner.hpp"
#include "BlackHole.hpp"
#include "EntityManager.hpp"
#include "ParticleState.hpp"
#include "Particle.hpp"
#include "ParticleManager.hpp"
#include "GameRoot.hpp"
#include "PlayerShip.hpp"
#include "PlayerStatus.hpp"
#include "Input.hpp"
#include "VirtualGamepad.hpp"