6 lines
86 B
C
6 lines
86 B
C
#pragma once
|
|
|
|
typedef struct kinc_g5_sampler_impl {
|
|
int a;
|
|
} kinc_g5_sampler_impl_t;
|