]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/wcpu/wcpu.h
updating copy left. i am super fuckin busy with school, and trying to get life back...
[16.git] / src / lib / wcpu / wcpu.h
index 9409a8b0326b4329511c8b0bf7120806e1f7fc41..ed790a1d9438863aa75191326e494e7edafb1122 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123
+ * Copyright (C) 2012-2019 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_*/