Add a wait type for modules to handle return right.

This commit is contained in:
Unknown W. Brackets 2013-05-26 10:54:11 -07:00
parent 727b3b4127
commit 0d828554bc
2 changed files with 39 additions and 10 deletions

View file

@ -89,6 +89,7 @@ enum WaitType
WAITTYPE_IO = 16,
WAITTYPE_GEDRAWSYNC = 17,
WAITTYPE_GELISTSYNC = 18,
WAITTYPE_MODULE = 19,
NUM_WAITTYPES
};