summaryrefslogtreecommitdiff
path: root/src/port/ShipUtils.h
blob: cd7bd2da974b1a594bb61a01a415fd5b606a6580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef SHIP_UTILS_H
#define SHIP_UTILS_H

#include <libultraship/libultraship.h>

#ifdef __cplusplus

void LoadGuiTextures();

extern "C" {
#endif

bool Ship_IsCStringEmpty(const char* str);

#ifdef __cplusplus
}
#endif

#endif // SHIP_UTILS_H