forked from cory/tildefriends
auth: Skip auth on mobile. #97
This commit is contained in:
@ -188,10 +188,16 @@ bool tf_util_get_default_global_setting_bool(const char* name);
|
||||
int tf_util_get_default_global_setting_int(const char* name);
|
||||
|
||||
/**
|
||||
** Get teh default value of a global setting as a string.
|
||||
** Get the default value of a global setting as a string.
|
||||
** @param name The setting name.
|
||||
** @return The default value.
|
||||
*/
|
||||
const char* tf_util_get_default_global_setting_string(const char* name);
|
||||
|
||||
/**
|
||||
** Check if the app is running on a mobile device.
|
||||
** @return true for iPhone/Android, false otherwise.
|
||||
*/
|
||||
bool tf_util_is_mobile();
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user