sly1/include/light.h
2024-07-01 22:16:20 +00:00

12 lines
105 B
C

/**
* @file light.h
*/
#ifndef LIGHT_H
#define LIGHT_H
#include "common.h"
// ...
#endif // LIGHT_H