mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Added minigame hook ups.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user