X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Feng_comm.h;h=140ea216dd1b6ce53fc944e36c5be6bd4b2d49bd;hb=1563e70fa9792d30be454dbaff1758b80286a9dc;hp=ef47209efe3471088dae34318f254428f667a4f9;hpb=8546b30d561c27e4b1eab164e17baf4c84a5c42e;p=16.git diff --git a/src/eng_comm.h b/src/eng_comm.h index ef47209e..140ea216 100644 --- a/src/eng_comm.h +++ b/src/eng_comm.h @@ -1,14 +1,12 @@ #ifndef _ENGINE_COMMUNICATION_H_ #define _ENGINE_COMMUNICATION_H_ -#include "src\engine.h" +#include "src\engine.h" #include "src\lib\dos_comm.h" -#include "src\lib\dos_gfx.h" -#include "src\lib\opl2.h" namespace engine { - //engine_message do_communication(); - engine_message do_communication(byte input); + engine_message do_communication(); +// engine_message do_communication(byte input); } #endif/*_ENGINE_COMMUNICATION_H_*/ \ No newline at end of file