Correct gui2::tpoint type.

This commit is contained in:
Wedge009 2016-10-22 22:59:33 +11:00
parent afc90a03cf
commit 2d75dff147

View file

@ -26,7 +26,7 @@
#include <SDL_rect.h>
namespace gui2 {
class tpoint;
struct tpoint;
}
namespace sdl