mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
engine: android: allow building dedicated on Android
This commit is contained in:
@@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
#include "platform/platform.h"
|
||||
#if defined __ANDROID__ || 1
|
||||
#if !defined(XASH_DEDICATED)
|
||||
#include "input.h"
|
||||
#include "client.h"
|
||||
#include "sound.h"
|
||||
@@ -973,4 +973,4 @@ void Platform_RunEvents()
|
||||
pthread_mutex_lock( &events.framemutex );
|
||||
}
|
||||
|
||||
#endif // __ANDROID__
|
||||
#endif // XASH_DEDICATED
|
||||
|
||||
Reference in New Issue
Block a user