summaryrefslogtreecommitdiff
path: root/CyteKit/extern.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-04 21:52:46 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-04 21:52:46 -0800
commitf4f6714a329bf399840b3f9991b310bd17f7bed6 (patch)
tree63f2758b6de741020dcca8abe0d55146a4dfeddf /CyteKit/extern.h
parent8511eb452e6188051960d2d96473a7810f85f5f2 (diff)
Try removing constructor (this is so annoying :/).
Diffstat (limited to 'CyteKit/extern.h')
-rw-r--r--CyteKit/extern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/CyteKit/extern.h b/CyteKit/extern.h
index 12d0438..670f560 100644
--- a/CyteKit/extern.h
+++ b/CyteKit/extern.h
@@ -23,10 +23,16 @@
#define CyteKit_extern_H
#include <CoreGraphics/CoreGraphics.h>
+#include <Foundation/Foundation.h>
extern bool IsWildcat_;
extern CGFloat ScreenScale_;
+extern char *Machine_;
+extern const char *System_;
+
bool CyteIsReachable(const char *name);
+void CyteInitialize(NSString *app, NSString *version);
+
#endif//CyteKit_extern_H