renamed assembly_parser -> foldhaus_assembly_parser for consistency

This commit is contained in:
PS 2020-10-10 17:23:39 -07:00
parent e4266ba1ef
commit 43d3426a58
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
// //
// File: assembly_parser.cpp // File: foldhaus_assembly_parser.cpp
// Author: Peter Slattery // Author: Peter Slattery
// Creation Date: 2020-01-01 // Creation Date: 2020-01-01
// //
#ifndef ASSEMBLY_PARSER_CPP #ifndef FOLDHAUS_ASSEMBLY_PARSER_CPP
// TODO(pjs): This is good for meta generation // TODO(pjs): This is good for meta generation
// ie. It would be great to have // ie. It would be great to have
@ -204,5 +204,5 @@ ParseAssemblyFile(assembly* Assembly, gs_const_string FileName, gs_string FileTe
return true; //Tokenizer.ParsingIsValid; return true; //Tokenizer.ParsingIsValid;
} }
#define ASSEMBLY_PARSER_CPP #define FOLDHAUS_ASSEMBLY_PARSER_CPP
#endif // ASSEMBLY_PARSER_CPP #endif // FOLDHAUS_ASSEMBLY_PARSER_CPP

View File

@ -18,7 +18,7 @@
#include "engine/foldhaus_network_ordering.h" #include "engine/foldhaus_network_ordering.h"
#include "engine/foldhaus_assembly.h" #include "engine/foldhaus_assembly.h"
#include "engine/assembly_parser.cpp" #include "engine/foldhaus_assembly_parser.cpp"
#include "engine/sacn/foldhaus_sacn.h" #include "engine/sacn/foldhaus_sacn.h"
#include "engine/uart/foldhaus_uart.h" #include "engine/uart/foldhaus_uart.h"