summaryrefslogtreecommitdiff
path: root/src/resources/resources.h
blob: a368a025892dfc140b59cd026437c0cd723010e5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RESOURCES_H
#define RESOURCES_H

#include <raylib.h>

void LoadResources();
Font *GetMainFont();

#endif // RESOURCES_H