mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
15 lines
182 B
C++
15 lines
182 B
C++
#ifndef D_SYS_H
|
|
#define D_SYS_H
|
|
|
|
#include "common.h"
|
|
#include "m/m_color.h"
|
|
|
|
namespace dSys {
|
|
|
|
void setFrameRate(u32);
|
|
void setClearColor(mColor clr);
|
|
|
|
} // namespace dSys_c
|
|
|
|
#endif
|