PRooFPS-dd Dev Doc
1.0
PRooFPS-dd Developer Documentation
Loading...
Searching...
No Matches
stdafx.h
Go to the documentation of this file.
1
#pragma once
2
3
/*
4
###################################################################################
5
stdafx.h
6
Precompiled header for PRooFPS-dd
7
Made by PR00F88, West Whiskhyll Entertainment
8
2022
9
###################################################################################
10
*/
11
12
// C RunTime Header Files
13
#include <conio.h>
14
#include <direct.h>
15
#include <malloc.h>
16
#include <math.h>
17
#include <memory.h>
18
#include <stdio.h>
19
#include <stdlib.h>
20
#include <string.h>
21
#include <tchar.h>
22
23
// C++ std headers
24
#include <algorithm>
25
#include <cassert>
26
#include <chrono>
27
#include <cmath>
28
#include <fstream>
29
#include <iomanip>
30
#include <iostream>
31
#include <map>
32
#include <sstream>
33
#include <set>
34
#include <string>
35
#include <utility>
// as_const(), swap(), etc.
36
#include <vector>
37
38
// Windows Header Files
39
#include "
targetver.h
"
40
#ifndef WINPROOF88_ALLOW_CONTROLS_AND_DIALOGS
41
#define WINPROOF88_ALLOW_CONTROLS_AND_DIALOGS
42
#endif
43
#ifndef WINPROOF88_ALLOW_MSG_USER_WINMESSAGES
44
#define WINPROOF88_ALLOW_MSG_USER_WINMESSAGES
45
#endif
46
// otherwise SoLoud.h will have problem due to colliding macro NOSOUND!
47
#ifndef WINPROOF88_ALLOW_SOUND
48
#define WINPROOF88_ALLOW_SOUND
49
#endif
50
#ifndef WINPROOF88_ALLOW_VIRTUALKEYCODES
51
#define WINPROOF88_ALLOW_VIRTUALKEYCODES
52
#endif
53
#include "winproof88.h"
54
55
// Own headers
56
#include "PFL.h"
targetver.h
PRooFPS-dd
stdafx.h
Generated on Mon Sep 23 2024 00:28:05 for PRooFPS-dd Dev Doc by
1.12.0