16 lines
168 B
C
16 lines
168 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
int lastStart;
|
|
int lastCount;
|
|
int mySize;
|
|
} ConstantBuffer5Impl;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|