Add a seperate event for unexpected DreamDaemon exits

This commit is contained in:
Jordan Brown
2021-01-14 13:35:47 -05:00
parent a04b1cccf7
commit afcdafa564
3 changed files with 15 additions and 6 deletions
+4 -3
View File
@@ -97,10 +97,11 @@
#define TGS_EVENT_WATCHDOG_DETACH 16
// We don't actually implement these 3 events as the DMAPI can never receive them.
// #define TGS_EVENT_WATCHDOG_LAUNCH 17
// #define TGS_EVENT_WORLD_END_PROCESS 18
// #define TGS_EVENT_WORLD_DEL 19
// #define TGS_EVENT_WATCHDOG_CRASH 18
// #define TGS_EVENT_WORLD_END_PROCESS 19
// #define TGS_EVENT_WORLD_DEL 20
/// Watchdog event when TgsInitializationComplete() is called. No parameters.
#define TGS_EVENT_WORLD_PRIME 20
#define TGS_EVENT_WORLD_PRIME 21
// OTHER ENUMS