aboutsummaryrefslogtreecommitdiff
path: root/src/libsok/sok.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsok/sok.h')
-rw-r--r--src/libsok/sok.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libsok/sok.h b/src/libsok/sok.h
index a633d12..4fbae72 100644
--- a/src/libsok/sok.h
+++ b/src/libsok/sok.h
@@ -122,6 +122,9 @@ typedef struct {
// number of open goals
size_t num_goals_left;
+ // are there boxes in corners?
+ // _Bool is_lost;
+
// player position
sok_pos_t home;
@@ -137,6 +140,7 @@ void sok_ctx_init(sok_ctx_t * const ctx, void *user_data);
_Bool sok_ctx_set_level(sok_ctx_t * const ctx, const char * const level);
_Bool sok_ctx_is_done(const sok_ctx_t * const);
+// _Bool sok_ctx_is_lost(const sok_ctx_t * const);
_Bool sok_ctx_move(sok_ctx_t * const, const sok_dir_t);
_Bool sok_ctx_undo(sok_ctx_t * const);