diff options
Diffstat (limited to 'public/tools/Common.h')
| -rw-r--r-- | public/tools/Common.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/tools/Common.h b/public/tools/Common.h new file mode 100644 index 00000000..2633df38 --- /dev/null +++ b/public/tools/Common.h @@ -0,0 +1,19 @@ +/** + Sat Oct 26 07:03:28 AM CEST 2024 + (c) Theater Quality Inc. +*/ + +#ifndef APPS_COMMON_H +#define APPS_COMMON_H + +#include <cstdint> +#include <iostream> +#include <fstream> +#include <string> +#include <cstring> +#include <sstream> +#include <filesystem> +#include <cstdlib> +#include <vector> + +#endif // APPS_COMMON_H |
