got rid of upper case types
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
class C_PcSave
|
||||
{
|
||||
public:
|
||||
static void SetSaveDirectory(const Char *path);
|
||||
static void SetSaveDirectory(const char *path);
|
||||
};
|
||||
Reference in New Issue
Block a user