diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-07-09 11:27:17 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-07-09 11:27:17 -0400 |
commit | 9562fde36d6d28188210eb6053b9e2f9a9242702 (patch) | |
tree | 2f7bbbf62f2418e999af06cfd67f67b54f3649c8 /lib | |
parent | 57a1eb6fdccb9023557d0a470796f423f063948a (diff) |
mouse events; wip ui dialog box
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libentityx.a | bin | 414808 -> 396050 bytes | |||
-rw-r--r-- | lib/sol2/include/sol/sol.hpp | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libentityx.a b/lib/libentityx.a Binary files differindex c1b2a0d..fc17564 100644 --- a/lib/libentityx.a +++ b/lib/libentityx.a diff --git a/lib/sol2/include/sol/sol.hpp b/lib/sol2/include/sol/sol.hpp index 9dfe941..82e79f4 100644 --- a/lib/sol2/include/sol/sol.hpp +++ b/lib/sol2/include/sol/sol.hpp @@ -22,6 +22,8 @@ #ifndef SOL_HPP #define SOL_HPP +#include <limits> + #if defined(UE_BUILD_DEBUG) || defined(UE_BUILD_DEVELOPMENT) || defined(UE_BUILD_TEST) || defined(UE_BUILD_SHIPPING) || defined(UE_SERVER) #define SOL_INSIDE_UNREAL #ifdef check |