RigsofRods
Soft-body Physics Simulation
AngelOgre_TexturePtr.h
Go to the documentation of this file.
1 
2 namespace AngelOgre { // Dummy namespace, just to distinguish AngelScript from C++
3 
12  class TexturePtr
13  {
14  public:
15  uint getWidth();
16  uint getHeight();
17  };
18 
21 
22 } // namespace AngelOgre (dummy, just to distinguish AngelScript from C++)
23 
24 
AngelOgre::TexturePtr::getWidth
uint getWidth()
AngelOgre::TexturePtr
Definition: AngelOgre_TexturePtr.h:12
AngelOgre
OGRE-AngelScript bindings; Actually named Ogre in the scripts, just changed for docs to separate thin...
Definition: AngelOgre_AnimationState.h:2
AngelOgre::TexturePtr::getHeight
uint getHeight()