remove main.h
This commit is contained in:
parent
96115462b7
commit
ca60bb907f
2 changed files with 0 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
||||||
#ifndef OTHELLO_MAIN_H
|
|
||||||
#define OTHELLO_MAIN_H 1
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -1,4 +1,3 @@
|
||||||
#include "../includes/main.h"
|
|
||||||
#include "../includes/struct.h"
|
#include "../includes/struct.h"
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
|
|
Reference in a new issue