mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 23:05:20 -04:00
11 lines
113 B
C++
11 lines
113 B
C++
#ifndef D_VIDEO_H
|
|
#define D_VIDEO_H
|
|
|
|
namespace dVideo {
|
|
|
|
void enableDimming(int);
|
|
|
|
} // namespace dVideo
|
|
|
|
#endif
|