More progress
This commit is contained in:
23
project/include/utils/String.h
Normal file
23
project/include/utils/String.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef LIME_UTILS_STRING_H
|
||||
#define LIME_UTILS_STRING_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
struct HL_String {
|
||||
|
||||
hl_type* t;
|
||||
unsigned char* bytes;
|
||||
int length;
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user