|
LMMS
|
Go to the source code of this file.
Functions | |
| PUGL_BEGIN_DECLS PuglWorldInternals * | puglInitWorldInternals (PuglWorldType type, PuglWorldFlags flags) |
| Allocate and initialise world internals (implemented once per platform). | |
| void | puglFreeWorldInternals (PuglWorld *world) |
| Destroy and free world internals (implemented once per platform). | |
| PuglInternals * | puglInitViewInternals (PuglWorld *world) |
| Allocate and initialise view internals (implemented once per platform). | |
| void | puglFreeViewInternals (PuglView *view) |
| Destroy and free view internals (implemented once per platform). | |
Destroy and free view internals (implemented once per platform).
Destroy and free world internals (implemented once per platform).
| PuglInternals * puglInitViewInternals | ( | PuglWorld * | world | ) |
Allocate and initialise view internals (implemented once per platform).
| PUGL_BEGIN_DECLS PuglWorldInternals * puglInitWorldInternals | ( | PuglWorldType | type, |
| PuglWorldFlags | flags ) |
Allocate and initialise world internals (implemented once per platform).