11 lines
68 B
C
11 lines
68 B
C
#pragma once
|
|
|
|
#ifndef QUATERNION_H
|
|
#define QUATERNION_H
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|