diff options
Diffstat (limited to 'libs/rs/rsComponent.h')
-rw-r--r-- | libs/rs/rsComponent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsComponent.h b/libs/rs/rsComponent.h index 5ee95c7..6342f1b 100644 --- a/libs/rs/rsComponent.h +++ b/libs/rs/rsComponent.h @@ -53,6 +53,7 @@ public: uint32_t getBits() const {return mBits;} uint32_t getGLType() const; + const char * getCType() const; const char * getComponentName() const {return mName.string();} |