mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
android: initial port
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user