mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
compiles agian...
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "macros.hpp"
|
||||
// #include "macros.hpp"
|
||||
|
||||
#pragma region Basic Types
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "printing.hpp"
|
||||
// #include "printing.hpp"
|
||||
|
||||
#pragma region Containers
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "src_start.cpp"
|
||||
// #include "src_start.cpp"
|
||||
|
||||
#pragma region Debug
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "basic_types.hpp"
|
||||
// #include "basic_types.hpp"
|
||||
|
||||
#pragma region Debug
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "strings.cpp"
|
||||
// #include "strings.cpp"
|
||||
|
||||
#pragma region File Handling
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "strings.hpp"
|
||||
// #include "strings.hpp"
|
||||
|
||||
#pragma region File Handling
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "memory.cpp"
|
||||
// #include "memory.cpp"
|
||||
|
||||
#pragma region Hashing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "containers.hpp"
|
||||
// #include "containers.hpp"
|
||||
|
||||
#pragma region Hashing
|
||||
|
||||
|
@ -116,9 +116,11 @@
|
||||
#pragma endregion Mandatory Includes
|
||||
|
||||
#ifdef GEN_DONT_USE_NAMESPACE
|
||||
# define GEN_NS
|
||||
# define GEN_NS_BEGIN
|
||||
# define GEN_NS_END
|
||||
#else
|
||||
# define GEN_NS gen::
|
||||
# define GEN_NS_BEGIN namespace gen {
|
||||
# define GEN_NS_END }
|
||||
#endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "header_start.hpp"
|
||||
// #include "header_start.hpp"
|
||||
|
||||
#pragma region Macros
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "printing.cpp"
|
||||
// #include "printing.cpp"
|
||||
|
||||
#pragma region Memory
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "debug.hpp"
|
||||
// #include "debug.hpp"
|
||||
|
||||
#pragma region Memory
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#pragma region ADT
|
||||
|
||||
#define _adt_fprintf( s_, fmt_, ... ) \
|
||||
|
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#pragma region ADT
|
||||
|
||||
enum ADT_Type : u32
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "string_ops.cpp"
|
||||
// #include "string_ops.cpp"
|
||||
|
||||
#pragma region Printing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "string_ops.hpp"
|
||||
// #include "string_ops.hpp"
|
||||
|
||||
#pragma region Printing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "debug.cpp"
|
||||
// #include "debug.cpp"
|
||||
|
||||
#pragma region String Ops
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "memory.hpp"
|
||||
// #include "memory.hpp"
|
||||
|
||||
#pragma region String Ops
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "hashing.cpp"
|
||||
// #include "hashing.cpp"
|
||||
|
||||
#pragma region String
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "hashing.hpp"
|
||||
// #include "hashing.hpp"
|
||||
|
||||
#pragma region Strings
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "filesystem.cpp"
|
||||
// #include "filesystem.cpp"
|
||||
|
||||
#pragma region Timing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "filesystem.hpp"
|
||||
// #include "filesystem.hpp"
|
||||
|
||||
#pragma region Timing
|
||||
|
||||
|
Reference in New Issue
Block a user