]>
git.saurik.com Git - cycript.git/blobdiff - sig/types.hpp
#ifndef SIG_TYPES_H
#define SIG_TYPES_H
+#include <cstdlib>
+#include <stdint.h>
+
#include "Standard.hpp"
namespace sig {
};
struct Element {
- char *name;
+ const char *name;
struct Type *type;
size_t offset;
};