android: initial port

This commit is contained in:
Alibek Omarov
2019-05-02 18:07:03 +03:00
parent 1a700fd06b
commit 3fef353291
18 changed files with 1360 additions and 13 deletions
+1
View File
@@ -16,6 +16,7 @@ GNU General Public License for more details.
#include "common.h"
#include "sound.h"
#include "const.h"
#include <ctype.h>
sentence_t g_Sentences[MAX_SENTENCES];
static uint g_numSentences;
-1
View File
@@ -302,7 +302,6 @@ void DSP_ClearState( void );
qboolean S_Init( void );
void S_Shutdown( void );
void S_Activate( qboolean active );
void S_SoundList_f( void );
void S_SoundInfo_f( void );
-1
View File
@@ -39,6 +39,5 @@ void R_SaveVideoMode( int w, int h );
void VID_CheckChanges( void );
const char *VID_GetModeString( int vid_mode );
void VID_StartupGamma( void );
void GL_SwapBuffers();
#endif // VID_COMMON