Files
esuo1198_TaikoArcadeLoader/src/bnusio.h
T
KIT! 91a9f9ad25 Switch compiler to MSVC (#16)
* Initial working cmake version
Code style changes according to CLion suggestions
Changed logging to use template instead of macros
---------
Co-authored-by: asesidaa <1061472754@qq.com>

* Reformat everything, updated readme for MSVC
* Warnings annoy me deeply
* Update artifact export
* Simplifying file hierarchy
Build result will now be in dist
2024-11-27 21:07:17 +01:00

7 lines
99 B
C++

#pragma once
namespace bnusio {
void Init ();
void Update ();
void Close ();
} // namespace bnusio