David Gonzalez Martin 02735e5014 Abstract renderer away
2024-11-24 15:12:10 -06:00

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);