Files
coding-game/include/components/light.h
2025-10-08 18:17:47 +02:00

6 lines
104 B
C

#ifndef COMPONENTS_LIGHT_H_
#define COMPONENTS_LIGHT_H_
struct light {};
#endif // COMPONENTS_LIGHT_H_