Add carolhook for Wonderland Wars

This commit is contained in:
2022-12-10 22:01:52 -05:00
committed by Hay1tsme
parent 04ca905467
commit 376dad0bc8
29 changed files with 1296 additions and 1 deletions

5
carolhook/serial.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <windows.h>
#include <winbase.h>
void serial_init();