mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Added 32bit image(single frame) overrides for buildings. Image_t now stores raw pixel data.
This commit is contained in:
@@ -369,6 +369,9 @@ class TechnoClass : public RadioClass,
|
||||
virtual void const * Remap_Table(void) const;
|
||||
VisualType Visual_Character(bool raw = false) const;
|
||||
void Techno_Draw_Object(void const * shapefile, int shapenum, int x, int y, WindowNumberType window, DirType rotation=DIR_N, int scale=0x0100) const;
|
||||
// jmarshall
|
||||
void Techno_Draw_Object_HD(struct Image_t* image, int shapenum, int x, int y, WindowNumberType window, DirType rotation = DIR_N, int scale = 0x0100) const;
|
||||
// jmarshall end
|
||||
|
||||
// Added. ST - 8/1/2019 5:37PM
|
||||
void Techno_Draw_Object_Virtual(void const * shapefile, int shapenum, int x, int y, WindowNumberType window, DirType rotation=DIR_N, int scale=0x0100, const char *shape_name = NULL) const;
|
||||
|
||||
Reference in New Issue
Block a user