diff options
Diffstat (limited to 'src/stage.h')
-rw-r--r-- | src/stage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stage.h b/src/stage.h index b273b7b..31f134a 100644 --- a/src/stage.h +++ b/src/stage.h @@ -41,5 +41,6 @@ void stage_set_locked(stage_t *stage, int locked); int stage_get_locked(const stage_t *stage); void stage_set_layer(stage_t *stage, int layer); stage_t * stage_lookup_name(stage_t *stage, const char *name); +stage_t * stage_lookup_key(stage_t *stage, void *key); #endif |