diff options
Diffstat (limited to 'include/BH/String.h')
| -rw-r--r-- | include/BH/String.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/BH/String.h b/include/BH/String.h new file mode 100644 index 0000000..021429c --- /dev/null +++ b/include/BH/String.h @@ -0,0 +1,8 @@ +#ifndef BH_STRING_H +#define BH_STRING_H + + +#include "Common.h" + + +#endif /* BH_STRING_H */ |
