I really don't know what I changed
This commit is contained in:
parent
6d42c22e63
commit
7357d9eacd
1 changed files with 13 additions and 0 deletions
13
main.c
Normal file
13
main.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* Required to read config file */
|
||||
#define INI_IMPLEMENTATION
|
||||
#include "libs/ini.h"
|
||||
|
||||
/* Required for input handling and screen painting */
|
||||
#include <curses.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue