summaryrefslogtreecommitdiff
path: root/CyteKit/extern.h
diff options
context:
space:
mode:
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