mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 06:36:35 +01:00
reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _execute_h
|
||||
#define _execute_h
|
||||
|
||||
#include "toxic.h"
|
||||
#include "windows.h"
|
||||
|
||||
#define MAX_NUM_ARGS 4 /* Includes command */
|
||||
|
||||
#ifdef _SUPPORT_AUDIO
|
||||
@@ -37,3 +43,5 @@ enum {
|
||||
};
|
||||
|
||||
void execute(WINDOW *w, ToxWindow *self, Tox *m, char *cmd, int mode);
|
||||
|
||||
#endif /* #define _execute_h */
|
||||
|
||||
Reference in New Issue
Block a user