Added minigame hook ups.

This commit is contained in:
Justin Marshall
2026-05-22 20:01:49 -07:00
parent e7b269b082
commit d24553b366
9 changed files with 563 additions and 0 deletions
+1
View File
@@ -731,6 +731,7 @@ public:
virtual void UnCrop();
virtual void GetCardCaps( bool &oldCard, bool &nv10or20 );
virtual bool UploadImage( const char *imageName, const byte *data, int width, int height );
virtual bool CreateScratchImage( const char *imageName, int width, int height );
// Loads in a image.
virtual void LoadImage(const char* cname, byte** pic, int* width, int* height, ID_TIME_T* timestamp, bool makePowerOf2);