mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
291 B
291 B
File: Condition.h
Classes
Condition
Functions
void Signal();void SignalAll();void Wait();
Notable Comments
- /*
- */
- //Sombody, someday needs to figure out how to implement a condition
- //system on windows...
- // bool TimedWait(unsigned long usec);