feat: dynamic library support
This commit is contained in:
@ -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_
|
||||
Reference in New Issue
Block a user