mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Added UtilFloat3.
This commit is contained in:
parent
75c3d2eca4
commit
33425de627
@ -47,6 +47,8 @@ typedef void (*VoidFn)(void); ///< Function without arguments nor return v
|
||||
|
||||
typedef struct { u8 uuid[0x10]; } Uuid; ///< Unique identifier.
|
||||
|
||||
typedef struct { float value[3]; } UtilFloat3; ///< 3 floats.
|
||||
|
||||
/// Creates a bitmask from a bit number.
|
||||
#ifndef BIT
|
||||
#define BIT(n) (1U<<(n))
|
||||
|
Loading…
Reference in New Issue
Block a user