summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index a2c42e2..61f4bf4 100644
--- a/graphics.h
+++ b/graphics.h
@@ -187,6 +187,7 @@ struct Scene
void (*addent)(Scene*, Entity*);
void (*delent)(Scene*, Entity*);
+ Entity *(*getent)(Scene*, char*);
};
/* shader params */