Files
ac-decomp/include/m_private_h.h
T
2023-06-29 19:24:16 -04:00

17 lines
178 B
C

#ifndef M_PRIVATE_H_H
#define M_PRIVATE_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct private_s Private_c;
#ifdef __cplusplus
}
#endif
#endif