6 lines
104 B
C
6 lines
104 B
C
#ifndef COMPONENTS_LIGHT_H_
|
|
#define COMPONENTS_LIGHT_H_
|
|
|
|
struct light {};
|
|
|
|
#endif // COMPONENTS_LIGHT_H_
|