#include "defaults.h"#include "videoconfig.h"#include "videodevice.inc"#include <string.h>Go to the source code of this file.
Defines | |
| #define | CLAMP(x, y, z) (x) = ((x) < (y) ? (y) : ((x) > (z) ? (z) : (x))) |
|
|
Definition at line 6 of file videoconfig.C. |
1.4.4