Files
coding-game/engine/include/engine/components/camera.h
2025-10-16 19:43:51 +02:00

6 lines
108 B
C

#ifndef COMPONENTS_PLAYER_H_
#define COMPONENTS_PLAYER_H_
struct camera {};
#endif // COMPONENTS_PLAYER_H_