Elevate Engine 1
Loading...
Searching...
No Matches
Thread.h
Go to the documentation of this file.
1#pragma once
2
3#define EE_THREAD_IDLE 0
4#define EE_THREAD_RUNNING 1
5#define EE_THREAD_FINISHED 2
6#define EE_THREAD_SUSPENDED 3
7#define EE_THREAD_TERMINATED 4