feat: dynamic library support

This commit is contained in:
2025-10-16 20:20:12 +02:00
parent faf9b67222
commit 472cc6b147
13 changed files with 42 additions and 14 deletions

View File

@ -1,6 +1,8 @@
#ifndef COMPONENT_ROTATE_H_
#define COMPONENT_ROTATE_H_
struct rotate {};
#include "engine/export.h"
struct ENGINE_API rotate {};
#endif // COMPONENT_ROTATE_H_