Got rid of the bloat.hpp/cpp, code was moved into gen.hpp/cpp

This commit is contained in:
2023-07-12 02:37:51 -04:00
parent 8eea2d1f05
commit 6ae23e4da0
5 changed files with 4060 additions and 4182 deletions

View File

@ -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\Buffer.Parsed.hpp"
#include "Parsed\HashTable.Parsed.hpp"
#include "Parsed\Ring.Parsed.hpp"
#include "Parsed\Sanity.Parsed.hpp"
#include "SOA.hpp"
#ifdef gen_time
#include "gen.cpp"
using namespace gen;