mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
12
src/math/Types.hpp
Normal file
12
src/math/Types.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef MATH_TYPES_HPP
|
||||
#define MATH_TYPES_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
struct fixed16 {
|
||||
int16_t n;
|
||||
|
||||
explicit operator float() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue