diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-07 19:05:45 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-07 19:05:45 +0500 |
| commit | 1a095735b1d8e7ade61ac4f936032e0c9dcc044f (patch) | |
| tree | d4b61b54b170cf47e88381095baedb03eb26433d /src/resources/resources.h | |
| parent | de52d82dc62db5d6883cf870a2c3cdc08a178b4f (diff) | |
Resources loading
Diffstat (limited to 'src/resources/resources.h')
| -rw-r--r-- | src/resources/resources.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/resources/resources.h b/src/resources/resources.h new file mode 100644 index 0000000..a368a02 --- /dev/null +++ b/src/resources/resources.h @@ -0,0 +1,9 @@ +#ifndef RESOURCES_H +#define RESOURCES_H + +#include <raylib.h> + +void LoadResources(); +Font *GetMainFont(); + +#endif // RESOURCES_H |
