Files
2025-01-29 10:55:49 +01:00

16 lines
205 B
C

#pragma once
#include <kinc/graphics5/indexbuffer.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
kinc_g5_index_buffer_t _buffer;
} kinc_g4_index_buffer_impl_t;
#ifdef __cplusplus
}
#endif