mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-26 23:20:43 +00:00
12 lines
93 B
C
12 lines
93 B
C
/**
|
|
* @file cd.h
|
|
*/
|
|
#ifndef CD_H
|
|
#define CD_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // CD_H
|