2023-07-18 20:33:00 -07:00
|
|
|
// This file is intended to be included within gen.cpp (There is no pragma diagnostic ignores)
|
|
|
|
#include "gen.dep.hpp"
|
2023-07-16 09:08:57 -07:00
|
|
|
|
2023-07-24 15:35:16 -07:00
|
|
|
#include "gen.impl_start.cpp"
|
2023-07-18 20:33:00 -07:00
|
|
|
|
2023-07-24 11:30:35 -07:00
|
|
|
GEN_NS_BEGIN
|
2023-07-16 15:00:07 -07:00
|
|
|
|
2023-07-24 15:35:16 -07: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 15:00:07 -07:00
|
|
|
|
2023-07-24 15:35:16 -07:00
|
|
|
#include "gen.file_handling.cpp"
|
2023-07-16 15:00:07 -07:00
|
|
|
|
2023-07-24 11:30:35 -07:00
|
|
|
GEN_NS_END
|