KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
krpch.h
1#pragma once
2
3// Utilities
4#include <iostream>
5#include <memory>
6#include <functional>
7#include <filesystem>
8#include <string>
9#include <sstream>
10#include <array>
11#include <unordered_map>
12#include <unordered_set>
13#include <stdint.h>
14#include <stdio.h>
15#include <list>
16#include <utility>
17#include <set>
18#include <optional>
19#include <fstream>
20#include <ctype.h>
21#include <limits.h>
22#include <stdlib.h>
23#include <float.h>
24#include <stdarg.h>
25#include <stddef.h>
26#include <string.h>
27#include <stdlib.h>
28#include <math.h>
29#include <limits.h>
30
31// Karma's general includes
32#include "Karma/Core.h"
33#include "Karma/Log.h"
34
This file contains the macros for Karma's classes' general purpose use, including assertions and stor...
This file contains the types used in game logic.
This file contains the Log class. I want to imagine the Log pronounciation match with that of that ht...