16 lines
205 B
C
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
|