Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-08-23 19:45:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-23 19:45:18 +0400
commit384b8aafbf44e42557f3869d371cae2c4106d057 (patch)
treef03578bf793da2f6fa5d0b6c1b45fe82146ef01b /source/blender/blenlib/BLI_callbacks.h
parentdd36c6b948892f1d79ab058d5ca4a0b817a3e104 (diff)
patch to add backkbacks for game engine start/end,
by sjoerd_de_vries
Diffstat (limited to 'source/blender/blenlib/BLI_callbacks.h')
-rw-r--r--source/blender/blenlib/BLI_callbacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_callbacks.h b/source/blender/blenlib/BLI_callbacks.h
index 8a0442c8bc8..e1775965444 100644
--- a/source/blender/blenlib/BLI_callbacks.h
+++ b/source/blender/blenlib/BLI_callbacks.h
@@ -43,6 +43,8 @@ typedef enum {
BLI_CB_EVT_SAVE_POST,
BLI_CB_EVT_SCENE_UPDATE_PRE,
BLI_CB_EVT_SCENE_UPDATE_POST,
+ BLI_CB_EVT_GAME_PRE,
+ BLI_CB_EVT_GAME_POST,
BLI_CB_EVT_TOT
} eCbEvent;