22 #ifndef M4_GRAPHICS_REND_H 23 #define M4_GRAPHICS_REND_H 25 #include "m4/m4_types.h" 26 #include "m4/gui/gui.h" 37 void *PixMap =
nullptr;
71 typedef uint32 RenderResult;
73 typedef RenderResult(*RenderFunc)();
76 uint8 *_sourceAddress, *_destinationAddress, *_depthAddress, _spriteDepth, *_InverseColorTable;
77 int32 _X_scale, _LeftPorch, _RightPorch, _StartingPixelPos, _X_error;
82 void GetUpdateRectangle(int32 x, int32 y, int32 hot_x, int32 hot_y, int32 scale_x, int32 scale_y, int32 Width, int32 Height,
M4Rect *UpdateRect);
Definition: database.h:28