Level editor and resource loader fixups and refactors

This commit is contained in:
elasota
2020-01-23 01:19:12 -05:00
parent 27a1f89c15
commit 5a3cedaa95
43 changed files with 310 additions and 367 deletions

View File

@@ -22,8 +22,6 @@ void DisposeGWorld(DrawSurface *gworld);
PixMapHandle GetGWorldPixMap(DrawSurface *gworld);
THandle<BitmapImage> GetPicture(short resID);
void OffsetRect(Rect *rect, int right, int down);
DrawSurface *GetGraphicsPort();