Add logging functions

Named "vlogs" because they're logs for VVVVVV. Also it's a funny name.
This commit is contained in:
Misa
2021-02-23 00:54:45 -08:00
committed by Misa Elizabeth Kai
parent ac0644a70a
commit d9737589de
3 changed files with 70 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ set(VVV_SRC
src/GlitchrunnerMode.c
src/Network.c
src/ThirdPartyDeps.c
src/Vlogging.c
src/Xoshiro.c
../third_party/physfs/extras/physfsrwops.c
)