15 lines
195 B
C
15 lines
195 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
// void set(Kore::Graphics4::TextureUnit unit);
|
|
int nothing;
|
|
} kinc_g4_texture_array_impl_t;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|