Files
Nuake-custom/Nuake/Vendors/libmap/h/libmap.h
2025-01-30 22:41:17 -05:00

11 lines
114 B
C

#ifndef LIBMAP_H
#define LIBMAP_H
#include <stdbool.h>
#include "platform.h"
#define LIBMAP_API EXPORT
#endif