gencpp/project/dependencies/gen.dep.cpp

20 lines
425 B
C++
Raw Normal View History

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