8 lines
109 B
C
8 lines
109 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
const struct pk_texture tavion_textures[] = {
|
|
#include "texture.inc"
|
|
};
|