Rename SQF/dayz_code/util/Stack.hpp to Server Files/Archive/dayz_code/util/Stack.hpp

This commit is contained in:
worldwidesorrow
2020-01-21 11:48:53 -06:00
committed by GitHub
parent b4587ddf99
commit e1aeef0dbb

View File

@@ -27,4 +27,4 @@ Author: Foxy
//Returns the number of items currently on the stack. //Returns the number of items currently on the stack.
#define Stack_Count(stack) ((stack) select 0) #define Stack_Count(stack) ((stack) select 0)
#endif #endif