ソースを参照

EventBuffer does not exist anymore

Daniele Bartolini 12 年 前
コミット
9fb90833fb
1 ファイル変更0 行追加3 行削除
  1. 0 3
      engine/os/OS.h

+ 0 - 3
engine/os/OS.h

@@ -32,7 +32,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "Types.h"
 #include "Vector.h"
 #include "DynamicString.h"
-#include "EventBuffer.h"
 
 namespace crown
 {
@@ -158,7 +157,5 @@ void			execute_process(const char* args[]);
 
 } // namespace os
 
-EventBuffer* 	os_event_buffer();
-
 } // namespace crown