Fix some class/struct tags.
This commit is contained in:
parent
b006dac297
commit
f62c63ea07
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ struct map_location;
|
|||
|
||||
#ifdef SDL_GPU
|
||||
class CVideo;
|
||||
class SDL_Rect;
|
||||
struct SDL_Rect;
|
||||
#endif
|
||||
|
||||
namespace image {
|
||||
|
|
|
@ -30,7 +30,7 @@ struct surface;
|
|||
|
||||
namespace sdl
|
||||
{
|
||||
struct timage;
|
||||
class timage;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue