short desc in the header, long desc in the implementation

This commit is contained in:
Glenn Maynard
2005-02-05 03:18:27 +00:00
parent 944bba77b6
commit bf80420cd8
2 changed files with 7 additions and 7 deletions
+6
View File
@@ -1,3 +1,9 @@
/*
* Most of these prototypes match up with the D3DX math functions. Take a
* function name, replace "Rage" with "D3DX" and look it up in the D3D SDK
* docs for details.
*/
#include "global.h"
#include "RageMath.h"
#include "RageTypes.h"
+1 -7
View File
@@ -1,10 +1,4 @@
/*
* RageMath - vector/matrix math utilities
*
* Most of these prototypes match up with the D3DX math functions. Take a
* function name, replace "Rage" with "D3DX" and look it up in the D3D SDK
* docs for details.
*/
/* RageMath - vector/matrix math utilities. */
#ifndef RAGE_MATH_H
#define RAGE_MATH_H