Переименование типов в соответствии со стилем POSIX, отказ от префикса bg_
This commit is contained in:
parent
d2a25823a5
commit
605afabd94
25 changed files with 1109 additions and 1035 deletions
|
|
@ -9,29 +9,172 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif // _WINDOWS_
|
#endif // _WINDOWS_
|
||||||
|
|
||||||
BgFP32Vector3* allocate_vectors3(const unsigned int amount)
|
typedef struct {
|
||||||
|
// fp32_versor_t versor1, versor2, result;
|
||||||