-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstdafx.h
62 lines (46 loc) · 2.4 KB
/
stdafx.h
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// stdafx.h: включаемый файл для стандартных системных включаемых файлов
// или включаемых файлов для конкретного проекта, которые часто используются, но
// не часто изменяются
//
#pragma once
#pragma warning (disable: 4244)
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <vector>
#include <map>
#include <memory>
#include <iostream>
#include <cmath>
#include <string>
#include <cstdio>
#include <random>
#include <algorithm>
#include <thread>
#include "Box2D.h"
#include "SDL.h"
#include "SDL_image.h"
#include "SDL_ttf.h"
#include "SDL_thread.h"
#include "SDL_mixer.h"
#include "SDL_FontCache.h"
#include "Nfont.h"
#include "Texture.h"
#include "EventHandle.h"
#include "SoundEfx.h"
#include "Body.h"
#include "dynBody.h"
#include "Entity.h"
#include "Player.h"
#include "Trigger.h"
#include "Timer.h"
#include "TimerIns.h"
#include "TextureManager.h"
#include "BodyManager.h"
#include "TriggersManager.h"
#include "SoundEfx.h"
#include "SoundManager.h"
#include "SDL_wrapper.h"
#include "EventHandle.h"
#pragma warning (default: 4244)
// TODO: Установите здесь ссылки на дополнительные заголовки, требующиеся для программы