소스 검색

Corrected bug

raysan5 9 년 전
부모
커밋
882e2abee1
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/raymath.h

+ 1 - 2
src/raymath.h

@@ -170,6 +170,7 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat);            // Transfo
 
 #endif  // notdef RAYMATH_EXTERN_INLINE
 
+#endif  // RAYMATH_H
 //////////////////////////////////////////////////////////////////// end of header file
 
 #if defined(RAYMATH_IMPLEMENTATION) || defined(RAYMATH_EXTERN_INLINE)
@@ -1096,5 +1097,3 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat)
 }
 
 #endif  // RAYMATH_IMPLEMENTATION
-
-#endif  // RAYMATH_H