mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
c2b2d9700c
* d_scene OK * d_s_boot * Rename -> PROFILE_MAX * Some more ---------
13 lines
127 B
C++
13 lines
127 B
C++
#ifndef D_SYS_H
|
|
#define D_SYS_H
|
|
|
|
#include "common.h"
|
|
|
|
namespace dSys {
|
|
|
|
void setFrameRate(u32);
|
|
|
|
} // namespace dSys_c
|
|
|
|
#endif
|