renamed assembly_parser -> foldhaus_assembly_parser for consistency
This commit is contained in:
parent
e4266ba1ef
commit
43d3426a58
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// File: assembly_parser.cpp
|
||||
// File: foldhaus_assembly_parser.cpp
|
||||
// Author: Peter Slattery
|
||||
// Creation Date: 2020-01-01
|
||||
//
|
||||
#ifndef ASSEMBLY_PARSER_CPP
|
||||
#ifndef FOLDHAUS_ASSEMBLY_PARSER_CPP
|
||||
|
||||
// TODO(pjs): This is good for meta generation
|
||||
// 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;
|
||||
}
|
||||
|
||||
#define ASSEMBLY_PARSER_CPP
|
||||
#endif // ASSEMBLY_PARSER_CPP
|
||||
#define FOLDHAUS_ASSEMBLY_PARSER_CPP
|
||||
#endif // FOLDHAUS_ASSEMBLY_PARSER_CPP
|
|
@ -18,7 +18,7 @@
|
|||
#include "engine/foldhaus_network_ordering.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/uart/foldhaus_uart.h"
|
||||
|
|
Loading…
Reference in New Issue