1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-19 23:59:36 +01:00
cnc-ddraw/inc/ini.h
2023-10-14 12:41:52 +02:00

7 lines
77 B
C

#ifndef INI_H
#define INI_H
BOOL ini_section_exists(char* section);
#endif