mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
12 lines
110 B
C++
12 lines
110 B
C++
#ifndef D_D2D_H
|
|
#define D_D2D_H
|
|
|
|
namespace d2d {
|
|
|
|
void defaultSet();
|
|
void draw();
|
|
|
|
} // namespace d2d
|
|
|
|
#endif
|