mirror of
https://github.com/okalachev/flix.git
synced 2026-02-18 08:02:36 +00:00
Change .hpp to .h
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Copyright (c) 2023 Oleg Kalachev <okalachev@gmail.com>
|
||||
// Repository: https://github.com/okalachev/flix
|
||||
|
||||
#include "quaternion.hpp"
|
||||
#include "vector.hpp"
|
||||
#include "quaternion.h"
|
||||
#include "vector.h"
|
||||
|
||||
#define ONE_G 9.807f
|
||||
#define ACC_MIN 0.9f
|
||||
|
||||
Reference in New Issue
Block a user