Camera
This commit is contained in:
19
src/dusksdl2/display/camera/camera.h
Normal file
19
src/dusksdl2/display/camera/camera.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "dusksdl2.h"
|
||||
|
||||
/**
|
||||
* Pushes the UI camera matrix onto the stack.
|
||||
*/
|
||||
void cameraUIPush(void);
|
||||
|
||||
/**
|
||||
* Pops the UI camera matrix from the stack.
|
||||
*/
|
||||
void cameraUIPop(void);
|
||||
Reference in New Issue
Block a user