2023-07-18 23:33:00 -04:00
|
|
|
// This file is intended to be included within gen.cpp (There is no pragma diagnostic ignores)
|
|
|
|
#include "gen.dep.hpp"
|
2023-07-16 12:08:57 -04:00
|
|
|
|
2023-07-24 18:35:16 -04:00
|
|
|
#include "gen.impl_start.cpp"
|
2023-07-18 23:33:00 -04:00
|
|
|
|
2023-07-24 14:30:35 -04:00
|
|
|
GEN_NS_BEGIN
|
2023-07-16 18:00:07 -04:00
|
|
|
|
2023-07-24 18:35:16 -04:00
|
|
|
#include "gen.debug.cpp"
|
|
|
|
#include "gen.string_ops.cpp"
|
|
|
|
#include "gen.printing.cpp"
|
|
|
|
#include "gen.memory.cpp"
|
|
|
|
#include "gen.parsing.cpp"
|
|
|
|
#include "gen.hashing.cpp"
|
|
|
|
#include "gen.string.cpp"
|
|
|
|
#include "gen.timing.cpp"
|
2023-07-16 18:00:07 -04:00
|
|
|
|
2023-07-24 18:35:16 -04:00
|
|
|
#include "gen.file_handling.cpp"
|
2023-07-16 18:00:07 -04:00
|
|
|
|
2023-07-24 14:30:35 -04:00
|
|
|
GEN_NS_END
|