2023-07-24 13:44:19 -04:00
|
|
|
// This file is intended to be included within gen.hpp (There is no pragma diagnostic ignores)
|
2023-07-18 23:33:00 -04:00
|
|
|
#pragma once
|
|
|
|
|
2023-07-24 18:19:37 -04:00
|
|
|
#include "gen.header_start.hpp"
|
2023-07-23 22:25:19 -04:00
|
|
|
|
|
|
|
GEN_NS_BEGIN
|
2023-07-18 23:33:00 -04:00
|
|
|
|
2023-07-24 18:19:37 -04: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 23:33:00 -04:00
|
|
|
|
2023-07-23 22:25:19 -04:00
|
|
|
GEN_NS_END
|