mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Removal of SDL dependency for linux dedicated server
This commit is contained in:
parent
ee0018c204
commit
440103e7ae
5 changed files with 42 additions and 19 deletions
|
|
@ -19,7 +19,8 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//MGT: not needed on dedicated and help removal of SDL
|
||||
#ifndef TORQUE_DEDICATED
|
||||
#include "console/console.h"
|
||||
#include "platformX86UNIX/platformX86UNIX.h"
|
||||
#include "platform/platformRedBook.h"
|
||||
|
|
@ -453,3 +454,5 @@ void PollRedbookDevices()
|
|||
}
|
||||
#endif // !defined(__FreeBSD__)
|
||||
}
|
||||
#endif
|
||||
//MGT: end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue