11 lines
114 B
C
11 lines
114 B
C
#ifndef LIBMAP_H
|
|
#define LIBMAP_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "platform.h"
|
|
|
|
#define LIBMAP_API EXPORT
|
|
|
|
#endif
|