diff options
| author | raysan5 <raysan5@gmail.com> | 2016-08-06 19:30:41 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-08-06 19:30:41 +0200 |
| commit | 16ac468bdb121cc9539959d7e921b32932f6fc75 (patch) | |
| tree | 3bbb53606e9da2dab404e36d1eafa6837e26e62d /src/raylib.h | |
| parent | 58c762baa3738b3e8e326d2f51c96f8b241fcb04 (diff) | |
| download | raylib-16ac468bdb121cc9539959d7e921b32932f6fc75.tar.gz raylib-16ac468bdb121cc9539959d7e921b32932f6fc75.zip | |
Remove functions from user exposure
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/raylib.h b/src/raylib.h index 1489546a..bbf83ccd 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -909,10 +909,8 @@ void DestroyLight(Light light); // Destroy a //------------------------------------------------------------------------------------ void InitVrDevice(int vdDevice); // Init VR device void CloseVrDevice(void); // Close VR device -void UpdateVrTracking(void); // Update VR tracking (position and orientation) -void BeginVrDrawing(void); // Begin VR drawing configuration -void EndVrDrawing(void); // End VR drawing process (and desktop mirror) bool IsVrDeviceReady(void); // Detect if VR device (or simulator) is ready +void UpdateVrTracking(void); // Update VR tracking (position and orientation) void ToggleVrMode(void); // Enable/Disable VR experience (device or simulator) //------------------------------------------------------------------------------------ |
