[client] imgui: remove no longer used overlay_utils.cpp

This commit is contained in:
Quantum
2021-07-29 21:55:14 -04:00
committed by Geoffrey McRae
parent f1b1da60ea
commit edabd1bae7
3 changed files with 0 additions and 38 deletions

View File

@@ -23,18 +23,9 @@
#include "common/types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct ImVec2 ImVec2;
void overlayGetImGuiRect(struct Rect * rect);
ImVec2 * overlayGetScreenSize(void);
void imGuiResetStyle(void);
#ifdef __cplusplus
}
#endif
#endif