]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/wcpu/wcpu.h
updated the copyleft wwww i am not deAD! i just been 2 busy last 6 monthes
[16.git] / src / lib / wcpu / wcpu.h
index 3a43c25210a9db14e672419d950ae801efb37e52..2a662abd102640bf1256414f5a28d1678b18d4f2 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
+ * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
  *
  * This file is part of Project 16.
  *
 #ifndef _WCPU_H_
 #define _WCPU_H_
 #include <stdio.h>
-#include "src/lib/types.h"
+#include "src/lib/16_t.h"
 
 //#define TEST
 
-byte detectcpu(void);
+byte WCPU_detectfpu(void);
+byte WCPU_detectcpu(void);
+const char *WCPU_cpudetectmesg();
+const char *WCPU_fpudetectmesg();
+void WCPU_cpufpumesg();
 
 #endif/*_WCPU_H_*/