8 lines
128 B
C
8 lines
128 B
C
|
#ifndef MAIN_H_INCLUDED
|
||
|
#define MAIN_H_INCLUDED
|
||
|
|
||
|
bool FileExists(char* fileName);
|
||
|
int main();
|
||
|
|
||
|
#endif // MAIN_H_INCLUDED
|