Mario Kart 64
Loading...
Searching...
No Matches
ShipUtils.h
Go to the documentation of this file.
1#ifndef SHIP_UTILS_H
2#define SHIP_UTILS_H
3
4#include <libultraship/libultraship.h>
5
6#ifdef __cplusplus
7
8void LoadGuiTextures();
9
10extern "C" {
11#endif
12
13bool Ship_IsCStringEmpty(const char* str);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif // SHIP_UTILS_H
bool Ship_IsCStringEmpty(const char *str)
Definition ShipUtils.cpp:10