Mercurial > mm7
comparison Render.h @ 1016:c45d51b3f4f4
Included header files cleanup
author | Grumpy7 |
---|---|
date | Sun, 19 May 2013 17:55:19 +0200 |
parents | 3a3ab572eff5 |
children | 24454b5c9268 |
comparison
equal
deleted
inserted
replaced
1003:9318dd3f3711 | 1016:c45d51b3f4f4 |
---|---|
2 #include <stdio.h> | 2 #include <stdio.h> |
3 | 3 |
4 #include "lib\legacy_dx\d3d.h" | 4 #include "lib\legacy_dx\d3d.h" |
5 #include "OSAPI.h" | 5 #include "OSAPI.h" |
6 | 6 |
7 #include "Sprites.h" | |
8 #include "VectorTypes.h" | 7 #include "VectorTypes.h" |
9 | 8 |
10 struct stru148; | 9 struct stru148; |
11 struct Texture; | 10 struct Texture; |
12 struct RGBTexture; | 11 struct RGBTexture; |
44 unsigned int diffuse; | 43 unsigned int diffuse; |
45 unsigned int specular; | 44 unsigned int specular; |
46 Vec2_float_ texcoord; | 45 Vec2_float_ texcoord; |
47 }; | 46 }; |
48 | 47 |
49 | 48 class Sprite; |
49 class SpriteFrame; | |
50 | 50 |
51 /* 161 */ | 51 /* 161 */ |
52 #pragma pack(push, 1) | 52 #pragma pack(push, 1) |
53 struct RenderBillboard | 53 struct RenderBillboard |
54 { | 54 { |