comparison mm7_data.h @ 1016:c45d51b3f4f4

Included header files cleanup
author Grumpy7
date Sun, 19 May 2013 17:55:19 +0200
parents 5876a9cafa3e
children 9ac94d00012e
comparison
equal deleted inserted replaced
1003:9318dd3f3711 1016:c45d51b3f4f4
1 #pragma once 1 #pragma once
2 #include <string> 2 #include <string>
3 #include "VectorTypes.h"
3 #include "OSAPI.h" 4 #include "OSAPI.h"
4 #include "SpriteObject.h"
5 #include "VectorTypes.h"
6 5
7 typedef char _UNKNOWN; 6 typedef char _UNKNOWN;
8 7
9 8
10 typedef unsigned int uint; 9 typedef unsigned int uint;