define DllExport inside live_plotter.hpp instead of util.hpp

This commit is contained in:
2025-08-25 04:43:55 -05:00
parent 8901a0872a
commit e626c94f4a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,6 @@
#include <glm/ext/quaternion_float.hpp>
#include <glm/ext/vector_float4.hpp>
#define DllExport __declspec( dllexport )
typedef unsigned int uint;
template<class T> struct Array {