]> Shamusworld >> Repos - apple2/blobdiff - src/gui/guimisc.h
Undoing changes (accidentally) committed from r31.
[apple2] / src / gui / guimisc.h
index 6382cc9c49186a292a91dcb8364412d0f2166efa..84da8741e217339eb56cfd2f2baf543d7f8d6fc9 100755 (executable)
@@ -48,7 +48,9 @@ uint32 GetFontHeight(void);
 void DrawStringTrans(SDL_Surface * screen, uint32 x, uint32 y, uint32 color, const char * text, ...);
 void DrawStringOpaque(SDL_Surface * screen, uint32 x, uint32 y, uint32 fg, uint32 bg, const char * text, ...);
 
-void DrawStringOpaqueSmall(SDL_Surface * screen, uint32 x, uint32 y, uint32 fg, uint32 bg, const char * text, ...);
+//Not sure these belong here, but there you go...
+bool RectanglesIntersect(SDL_Rect r1, SDL_Rect r2);
+bool RectangleFirstInsideSecond(SDL_Rect r1, SDL_Rect r2);
 
 // GUI bitmaps (exported)