]> 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
old mode 100644 (file)
new mode 100755 (executable)
index ba69b68..2a662ab
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
+ * 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_*/