6 lines
108 B
C
6 lines
108 B
C
#ifndef COMPONENTS_PLAYER_H_
|
|
#define COMPONENTS_PLAYER_H_
|
|
|
|
struct camera {};
|
|
|
|
#endif // COMPONENTS_PLAYER_H_
|