1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-09 07:46:35 +01:00

reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c

This commit is contained in:
Jfreegman
2014-06-11 18:06:55 -04:00
parent 12e33a1760
commit 31acdcada3
35 changed files with 1114 additions and 31 deletions

View File

@@ -20,6 +20,11 @@
*
*/
#ifndef _settings_h
#define _settings_h
#include "toxic.h"
#ifdef _SUPPORT_AUDIO
#define NUM_SETTINGS 8
#else
@@ -58,3 +63,5 @@ enum {
} settings_values;
int settings_load(struct user_settings *s, char *path);
#endif /* #define _settings_h */