X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=809397151e854c64b4508ceaf139a8e0e1c40c88;hb=6b9993651343af73bd48e2213910bbaadb41edaf;hp=c7485d17b4bf9fe7622811fdef8be3a8afa9be1a;hpb=e70b6d550d63af95cafd9ffdee1918faf02a6892;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index c7485d1..8093971 100644 --- a/world.h +++ b/world.h @@ -62,6 +62,12 @@ struct world_instance { void *heap; char world_name[ 64 ]; + enum world_status{ + k_world_status_unloaded = 0, + k_world_status_loading = 1, + k_world_status_loaded = 2 + } + status; struct{ boxf depthbounds;