diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-02-24 17:55:57 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-03-30 08:20:21 +0200 |
| commit | 8f8c5df4f2421f65050cb630a8413013a2dae23e (patch) | |
| tree | 2c87337e00bca987cffdb131554b31d87893b227 /src/camera/privinc | |
| parent | 4765653cb3af905a9b20f1e5f2277e50d801c43b (diff) | |
| download | jancity-8f8c5df4f2421f65050cb630a8413013a2dae23e.tar.gz | |
Add support for keyboard and mouse
Diffstat (limited to 'src/camera/privinc')
| -rw-r--r-- | src/camera/privinc/camera_private.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/camera/privinc/camera_private.h b/src/camera/privinc/camera_private.h new file mode 100644 index 0000000..f571f2d --- /dev/null +++ b/src/camera/privinc/camera_private.h @@ -0,0 +1,17 @@ +#ifndef CAMERA_PRIVATE_H +#define CAMERA_PRIVATE_H + +#include <camera.h> + +#ifdef __cplusplus +extern "C" +{ +#endif + +void camera_update_pos(struct camera *cam); + +#ifdef __cplusplus +} +#endif + +#endif /* CAMERA_PRIVATE_H */ |
