18 lines
224 B
C
18 lines
224 B
C
#pragma once
|
|
|
|
#include <kinc/graphics4/vertexbuffer.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
kinc_g4_vertex_buffer_t buffer;
|
|
int myCount;
|
|
int myStart;
|
|
} VertexBuffer5Impl;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|