]> 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 c72f5d0f46580b168a1822dab321bdf2eae8bfba..ed790a1d9438863aa75191326e494e7edafb1122 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
+ * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
  *
  * This file is part of Project 16.
  *
 
 //#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_*/