engine: android: allow building dedicated on Android

This commit is contained in:
Alibek Omarov
2019-09-19 17:09:18 +03:00
parent b91e97ca53
commit 07aa9595c0
6 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -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