mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
chore(binana): add files
This commit is contained in:
commit
aa605d1aef
14 changed files with 305 additions and 0 deletions
13
3.3.5a/include/tempest/quaternion.h
Normal file
13
3.3.5a/include/tempest/quaternion.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef TEMPEST_QUATERNION_H
|
||||
#define TEMPEST_QUATERNION_H
|
||||
|
||||
typedef struct C4Quaternion C4Quaternion;
|
||||
|
||||
struct C4Quaternion {
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
float w;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue