sly1/include/bomb.h
2024-07-07 20:53:08 +00:00

15 lines
122 B
C

/**
* @file bomb.h
*/
#ifndef BOMB_H
#define BOMB_H
#include "common.h"
struct BOMB
{
// ...
};
#endif // BOMB_H