mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
15 lines
281 B
C++
15 lines
281 B
C++
--- include/Savitar/SceneNode.h.orig 2023-09-08 18:09:36 UTC
|
|
+++ include/Savitar/SceneNode.h
|
|
@@ -13,9 +13,11 @@
|
|
|
|
#include <pugixml.hpp>
|
|
|
|
+#include "SavitarExport.h"
|
|
+
|
|
namespace Savitar
|
|
{
|
|
-class SceneNode
|
|
+class SAVITAR_EXPORT SceneNode
|
|
{
|
|
public:
|
|
SceneNode() = default;
|