mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
20 lines
425 B
C++
20 lines
425 B
C++
// This file is intended to be included within gen.cpp (There is no pragma diagnostic ignores)
|
|
#include "gen.dep.hpp"
|
|
|
|
#include "gen.impl_start.cpp"
|
|
|
|
GEN_NS_BEGIN
|
|
|
|
#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"
|
|
|
|
#include "gen.file_handling.cpp"
|
|
|
|
GEN_NS_END
|