Rename 'Tex' to 'TEX' for consistency
This commit is contained in:
parent
ba3b904f34
commit
b151a22f6e
13 changed files with 128 additions and 128 deletions
src
|
@ -29,7 +29,7 @@
|
|||
#include "sigc++/signal.h"
|
||||
|
||||
class Font;
|
||||
struct TexFBO;
|
||||
struct TEXFBO;
|
||||
|
||||
struct BitmapPrivate;
|
||||
// FIXME make this class use proper RGSS classes again
|
||||
|
@ -102,7 +102,7 @@ public:
|
|||
|
||||
/* <internal> */
|
||||
void flush() const;
|
||||
TexFBO &getGLTypes();
|
||||
TEXFBO &getGLTypes();
|
||||
void bindTexWithMatrix();
|
||||
|
||||
sigc::signal<void> modified;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue