Start ifdef'ing out RGSS2 functionality
This commit is contained in:
parent
751b9c3ae5
commit
d8dab9c429
6 changed files with 56 additions and 35 deletions
|
|
@ -439,6 +439,8 @@ void Bitmap::fillRect(const IntRect &rect, const Vec4 &color)
|
|||
modified();
|
||||
}
|
||||
|
||||
#ifdef RGSS2
|
||||
|
||||
void Bitmap::gradientFillRect(int x, int y,
|
||||
int width, int height,
|
||||
const Vec4 &color1, const Vec4 &color2,
|
||||
|
|
@ -652,6 +654,8 @@ void Bitmap::radialBlur(int angle, int divisions)
|
|||
modified();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void Bitmap::clear()
|
||||
{
|
||||
GUARD_DISPOSED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue