summaryrefslogtreecommitdiff
path: root/include/d/d_video.h
blob: a25e3ac2acd74bc039fe6d086abe1f455d22a0c6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef D_VIDEO_H
#define D_VIDEO_H

namespace dVideo {

void enableDimming(int);

} // namespace dVideo

#endif