Fix some class/struct tags.

This commit is contained in:
Mark de Wever 2014-07-29 20:45:10 +02:00
parent b006dac297
commit f62c63ea07
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ struct map_location;
#ifdef SDL_GPU
class CVideo;
class SDL_Rect;
struct SDL_Rect;
#endif
namespace image {

View file

@ -30,7 +30,7 @@ struct surface;
namespace sdl
{
struct timage;
class timage;
}
#endif