remove main.h

This commit is contained in:
Mylloon 2022-11-16 11:38:00 +01:00
parent 96115462b7
commit ca60bb907f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 0 additions and 5 deletions

View file

@ -1,4 +0,0 @@
#ifndef OTHELLO_MAIN_H
#define OTHELLO_MAIN_H 1
#endif

View file

@ -1,4 +1,3 @@
#include "../includes/main.h"
#include "../includes/struct.h" #include "../includes/struct.h"
int main(void) { int main(void) {