r5sdk/r5dedicated/msgbox.h
Amos d45e6446df Initial project setup for dedicated server
* Move shared utils to shared directory
* Partial cleanup of existing codebase
* Add precompiled header for debug configurations
2021-07-26 03:32:37 -07:00

7 lines
132 B
C

#pragma once
#include "hooks.h"
int HMSG_EngineError(char* fmt, va_list args);
void AttachMSGBoxHooks();
void DetachMSGBoxHooks();