mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Got rid of the bloat.hpp/cpp, code was moved into gen.hpp/cpp
This commit is contained in:
parent
8eea2d1f05
commit
6ae23e4da0
1757
project/Bloat.cpp
1757
project/Bloat.cpp
File diff suppressed because it is too large
Load Diff
2400
project/Bloat.hpp
2400
project/Bloat.hpp
File diff suppressed because it is too large
Load Diff
1773
project/gen.cpp
1773
project/gen.cpp
File diff suppressed because it is too large
Load Diff
2305
project/gen.hpp
2305
project/gen.hpp
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,12 @@
|
|||||||
#include "Bloat.cpp"
|
#ifdef gen_time
|
||||||
|
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||||
|
#define GEN_FEATURE_PARSING
|
||||||
#include "Parsed\Array.Parsed.hpp"
|
#include "Parsed\Array.Parsed.hpp"
|
||||||
#include "Parsed\Buffer.Parsed.hpp"
|
#include "Parsed\Buffer.Parsed.hpp"
|
||||||
#include "Parsed\HashTable.Parsed.hpp"
|
#include "Parsed\HashTable.Parsed.hpp"
|
||||||
#include "Parsed\Ring.Parsed.hpp"
|
#include "Parsed\Ring.Parsed.hpp"
|
||||||
#include "Parsed\Sanity.Parsed.hpp"
|
#include "Parsed\Sanity.Parsed.hpp"
|
||||||
#include "SOA.hpp"
|
#include "SOA.hpp"
|
||||||
|
|
||||||
|
|
||||||
#ifdef gen_time
|
|
||||||
#include "gen.cpp"
|
#include "gen.cpp"
|
||||||
|
|
||||||
using namespace gen;
|
using namespace gen;
|
||||||
|
Loading…
Reference in New Issue
Block a user