mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 22:52:09 +08:00
android: initial port
This commit is contained in:
@@ -492,7 +492,7 @@ int Cmd_AddGameUICommand( const char *cmd_name, xcommand_t function );
|
||||
int Cmd_AddRefCommand( const char *cmd_name, xcommand_t function, const char *description );
|
||||
void Cmd_RemoveCommand( const char *cmd_name );
|
||||
qboolean Cmd_Exists( const char *cmd_name );
|
||||
void Cmd_LookupCmds( char *buffer, void *ptr, setpair_t callback );
|
||||
void Cmd_LookupCmds( void *buffer, void *ptr, setpair_t callback );
|
||||
qboolean Cmd_GetMapList( const char *s, char *completedname, int length );
|
||||
qboolean Cmd_GetDemoList( const char *s, char *completedname, int length );
|
||||
qboolean Cmd_GetMovieList( const char *s, char *completedname, int length );
|
||||
|
||||
@@ -93,7 +93,7 @@ write screenshot into clipboard
|
||||
*/
|
||||
void Sys_SetClipboardData( const byte *buffer, size_t size )
|
||||
{
|
||||
Platform_SetClipboardText( (char *)buffer, size );
|
||||
Platform_SetClipboardText( buffer, size );
|
||||
}
|
||||
#endif // XASH_DEDICATED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user