#include <lescegra/sg/group.h>
Include dependency graph for name.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgName |
| Namestack modifier. More... | |
Defines | |
| #define | LSG_NAME_H 1 |
| #define | LsgName_clean(self) LsgGroup_clean(&(self)->super) |
| #define | LsgName_update(self, now) LsgGroup_update(&(self)->super, now) |
| #define | LsgName_destroy(self) LsgGroup_destroy(&(self)->super) |
Functions | |
| LsgName * | LsgName_create (int name) |
| void | LsgName_init (LsgName *self, int name) |
| void | LsgName_display (LsgName *self, LsgFrustum *frust) |