8 lines
153 B
C
8 lines
153 B
C
#pragma once
|
|
|
|
#include <std/base.h>
|
|
#include <std/os.h>
|
|
#include <std/render.h>
|
|
|
|
EXPORT TextureMemory texture_load_from_file(Arena* arena, String path);
|