mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
7 lines
141 B
C
7 lines
141 B
C
#ifndef FILEPARSER_H
|
|
#define FILEPARSER_H
|
|
|
|
typedef bool (*FP_ptrFeedback)(const char *key, const char *value);
|
|
|
|
#endif // FILEPARSER_H
|