mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Don't import sdlcontroller in controller.h
Respect encapsulation of subclass
This commit is contained in:
parent
387ef339f4
commit
259b54e5a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user