6 lines
112 B
C++
6 lines
112 B
C++
#ifndef __EVENTENGINETEST__
|
|
#define __EVENTENGINETEST__
|
|
|
|
void EventEngineTest();
|
|
|
|
#endif /// __EVENTENGINETEST__
|