2023-07-24 10:44:19 -07:00
|
|
|
// This file is intended to be included within gen.hpp (There is no pragma diagnostic ignores)
|
2023-07-18 20:33:00 -07:00
|
|
|
#pragma once
|
|
|
|
|
2023-07-24 15:19:37 -07:00
|
|
|
#include "gen.header_start.hpp"
|
2023-07-23 19:25:19 -07:00
|
|
|
|
|
|
|
GEN_NS_BEGIN
|
2023-07-18 20:33:00 -07:00
|
|
|
|
2023-07-24 15:19:37 -07:00
|
|
|
#include "gen.macros.hpp"
|
|
|
|
#include "gen.basic_types.hpp"
|
|
|
|
#include "gen.debug.hpp"
|
|
|
|
#include "gen.memory.hpp"
|
|
|
|
#include "gen.string_ops.hpp"
|
|
|
|
#include "gen.printing.hpp"
|
|
|
|
#include "gen.containers.hpp"
|
|
|
|
#include "gen.string.hpp"
|
|
|
|
#include "gen.file_handling.hpp"
|
|
|
|
#include "gen.parsing.hpp"
|
|
|
|
#include "gen.timing.hpp"
|
2023-07-18 20:33:00 -07:00
|
|
|
|
2023-07-23 19:25:19 -07:00
|
|
|
GEN_NS_END
|