diff options
Diffstat (limited to 'softhddev.h')
| -rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 4075fbd..69fa32e 100644 --- a/softhddev.h +++ b/softhddev.h @@ -98,6 +98,8 @@ extern "C" /// C plugin scale video extern void ScaleVideo(int, int, int, int); + /// Set Pip position + extern void PipSetPosition(int, int, int, int, int, int, int, int); /// Pip start extern void PipStart(int, int, int, int, int, int, int, int); /// Pip stop |
