define DllExport inside live_plotter.hpp instead of util.hpp
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define DllExport __declspec( dllexport )
|
||||
|
||||
typedef unsigned long long pointid;
|
||||
|
||||
DllExport bool __cdecl start(int win_w, int win_h);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user