15 lines
195 B
C
15 lines
195 B
C
#pragma once
|
|
#include <kinc/graphics4/rendertarget.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
kinc_g4_render_target_t target;
|
|
} RenderTarget5Impl;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|