Fichier texte en cours : Fonctionnalités à rajouter.txt






- ArrowMesh

- setDrawBorder pour GUIButton

- IReferenceCounted

-

inline s32 isdigit(s32 c) { return c >= '0' && c <= '9'; }
inline s32 isspace(s32 c) { return c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v'; }
inline s32 isupper(s32 c) { return c >= 'A' && c <= 'Z'; }


- isInSameDirectory

- deletePathFromPath

- intersectsWithLine

- intersectsWithBox

- getEdges (aabb)

- billboard :

         virtual void setSize(const core::dimension2d& size) = 0;

GUI :
         
         - colorSelectDialog

         - messageBox

         - IGUIToolBar (addButton())

         - IGUIStaticText

         - IGUISpriteBank

         - class IGUIInOutFader : public IGUIElement

FICHIERS :
         
         - EAttributes.h



-----------


A voir :

- mutable

-