Also update header guard.

This commit is contained in:
Relintai 2023-05-31 15:39:57 +02:00
parent 8f369a0980
commit 000946e5f1

View File

@ -28,8 +28,8 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef QUAT_H
#define QUAT_H
#ifndef QUATERNION_H
#define QUATERNION_H
#include <cmath>