gearlib/include/textures.h
2024-04-30 23:02:19 +12:00

8 lines
117 B
C

#ifndef __TEXTURES_H__
#define __TEXTURES_H__
#include <stdint.h>
uint32_t load_texture(const char* path);
#endif