X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwcpu%2Fwcpu.h;h=7059c336f87d5671a2f657839f6aa802e453d223;hb=9faff683f275abe93daa14b968af0126a21c50e5;hp=9409a8b0326b4329511c8b0bf7120806e1f7fc41;hpb=535f618e80aa6546e61907026b2451e123655a5b;p=16.git diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h index 9409a8b0..7059c336 100755 --- a/src/lib/wcpu/wcpu.h +++ b/src/lib/wcpu/wcpu.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2023 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -23,10 +23,14 @@ #ifndef _WCPU_H_ #define _WCPU_H_ #include -#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_*/