12 lines
167 B
C
12 lines
167 B
C
#ifndef NIXIDE_API_STORE_H
|
|
#define NIXIDE_API_STORE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif
|
|
|
|
#endif // NIXIDE_API_STORE_H
|