mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
HDB: Add drawSky, drawStars and drawStarsLeft
This commit is contained in:
parent
42d0ba46c6
commit
5f00731ff6
@ -63,9 +63,9 @@ public:
|
||||
void setSky(int skyIndex);
|
||||
void setup3DStars();
|
||||
void setup3DStarsLeft();
|
||||
// Add draw functions for the above two
|
||||
//void draw3DStars();
|
||||
//void draw3DStarsLeft();
|
||||
void draw3DStars();
|
||||
void draw3DStarsLeft();
|
||||
void drawSky();
|
||||
|
||||
private:
|
||||
Graphics::ManagedSurface _globalSurface;
|
||||
|
Loading…
x
Reference in New Issue
Block a user