8 lines
117 B
C
8 lines
117 B
C
#ifndef __TEXTURES_H__
|
|
#define __TEXTURES_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t load_texture(const char* path);
|
|
|
|
#endif
|