feat: engine as library
This commit is contained in:
6
engine/include/engine/components/rotate.h
Normal file
6
engine/include/engine/components/rotate.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef COMPONENT_ROTATE_H_
|
||||
#define COMPONENT_ROTATE_H_
|
||||
|
||||
struct rotate {};
|
||||
|
||||
#endif // COMPONENT_ROTATE_H_
|
||||
Reference in New Issue
Block a user