mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-20 16:09:12 +01:00
7 lines
77 B
C
7 lines
77 B
C
|
#ifndef INI_H
|
||
|
#define INI_H
|
||
|
|
||
|
BOOL ini_section_exists(char* section);
|
||
|
|
||
|
#endif
|