mirror of
https://github.com/zeldaret/ss
synced 2026-05-28 00:15:59 -04:00
11 lines
97 B
C++
11 lines
97 B
C++
#ifndef D_D2D_H
|
|
#define D_D2D_H
|
|
|
|
namespace d2d {
|
|
|
|
void defaultSet();
|
|
|
|
} // namespace d2d
|
|
|
|
#endif
|