From 3239ba18797b1aa098056aa0c2a70e250a27a06c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 24 Oct 2021 13:24:13 +0800 Subject: * port shader --- Editor/Utils/HelperFuncs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Editor/Utils/HelperFuncs.h') diff --git a/Editor/Utils/HelperFuncs.h b/Editor/Utils/HelperFuncs.h index 626e48f..def1e23 100644 --- a/Editor/Utils/HelperFuncs.h +++ b/Editor/Utils/HelperFuncs.h @@ -9,3 +9,7 @@ extern void PrintCallStack(); #define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp)) #define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp)) + +#ifndef Assert +#define Assert assert +#endif -- cgit v1.1-26-g67d0