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