Don't import sdlcontroller in controller.h

Respect encapsulation of subclass
This commit is contained in:
Louis Gombert 2024-09-16 21:04:33 +02:00
parent 387ef339f4
commit 259b54e5a3

View File

@ -265,10 +265,5 @@ public:
gameController *CreateController(int num_funcs, ct_function *funcs, char *remote_ip);
void DestroyController(gameController *ctl);
#if defined(DX_APP)
#include "win\Wincontroller.h"
#else
#include "sdlcontroller.h"
#endif
#endif