mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
Convert hyphens to underscores in generated GMM header's include-guard
This commit is contained in:
parent
0c63d5b5a5
commit
b0f81a7057
|
|
@ -41,6 +41,7 @@ void GMM::WriteGmmHeader(const string &_filename) {
|
|||
switch (c) {
|
||||
case '/':
|
||||
case '.':
|
||||
case '-':
|
||||
c = '_';
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user