Cytopia
0.3
A city building simulation game
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
g
i
m
n
p
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Functions
b
c
d
f
g
i
m
o
p
r
s
t
w
Variables
a
c
d
g
h
i
l
m
n
r
s
t
Typedefs
a
c
d
e
f
g
i
j
l
m
n
r
s
t
v
Enumerations
Enumerator
a
b
d
e
f
g
l
m
n
p
r
s
t
u
w
z
Macros
_
c
e
i
l
n
r
s
t
v
Examples
▼
Cytopia
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
engine
►
game
►
scripting
►
services
►
util
►
windows
Game.cxx
►
Game.hxx
►
main.cxx
►
MainMenu.cxx
►
MainMenu.hxx
phc.hxx
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
phc.hxx
Go to the documentation of this file.
1
#pragma once
2
3
#include <memory>
4
#include <string>
5
#include <regex>
6
#include <future>
7
#include <thread>
8
#include <vector>
9
10
#include <json.hxx>
11
#include <betterEnums.hxx>
12
13
#include <SDL.h>
14
#include <SDL_ttf.h>
15
#include <SDL_image.h>
16
17
#ifdef USE_AUDIO
18
#include <AL/al.h>
19
#include <AL/alc.h>
20
21
#include "vorbis/codec.h"
22
#include "vorbis/vorbisfile.h"
23
#include "vorbis/vorbisenc.h"
24
#endif
25
26
#ifdef USE_ANGELSCRIPT
27
#include <angelscript.h>
28
#include <scriptstdstring/scriptstdstring.h>
29
#include <scriptbuilder/scriptbuilder.h>
30
#endif
31
32
#ifdef USE_MOFILEREADER
33
#include "moFileReader.h"
34
#endif
35
36
#ifdef MICROPROFILE_ENABLED
37
#include "microprofile/microprofile.h"
38
#endif
src
phc.hxx
Generated on Sun Nov 27 2022 09:50:52 for Cytopia by
1.8.17