mirror of
https://github.com/aap/librw.git
synced 2025-12-22 10:29:55 +00:00
fixed bug in im3d; worked on resizing windows
This commit is contained in:
@@ -92,6 +92,7 @@ extern Args args;
|
||||
|
||||
bool InitRW(void);
|
||||
void TerminateRW(void);
|
||||
Camera *CameraCreate(int32 width, int32 height, bool32 z);
|
||||
void CameraSize(Camera *cam, Rect *r);
|
||||
EventStatus EventHandler(Event e, void *param);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user