#include "typedefs.h"
#include "globals.h"
Go to the source code of this file.
Functions | |
void | INISetComment (const char commentchar) |
Sets comment character. |
void INISetComment | ( | const char | comment_char | ) |
Sets comment character.
Default comment character is ';'. This function changes it to given character.
comment_char | New comment character. |
Definition at line 26 of file globals.cpp.