diff options
Diffstat (limited to 'graphics.h')
-rw-r--r-- | graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ struct Scene ulong nents; void (*addent)(Scene*, Entity*); + void (*delent)(Scene*, Entity*); }; /* shader params */ |