mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
finished lights example
This commit is contained in:
@@ -860,7 +860,7 @@ struct World
|
||||
|
||||
static int32 numAllocated;
|
||||
|
||||
static World *create(void);
|
||||
static World *create(BBox *bbox = nil); // TODO: should probably make this non-optional
|
||||
void destroy(void);
|
||||
void addLight(Light *light);
|
||||
void removeLight(Light *light);
|
||||
|
||||
Reference in New Issue
Block a user