Rename macros file

This commit is contained in:
Brendan Zabarauskas 2013-06-16 17:32:48 +10:00
parent f5ba7a7982
commit 11e1623dad
9 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ use mat::{Mat3, ToMat3};
use mat::{Mat4, ToMat4};
use vec::Vec2;
mod macros;
mod num_macros;
mod dim_macros;
mod mat_macros;

View file

@ -18,7 +18,7 @@ use mat::{Mat4, ToMat4};
use quat::{Quat, ToQuat};
use vec::Vec3;
mod macros;
mod num_macros;
mod dim_macros;
mod mat_macros;

View file

@ -17,7 +17,7 @@ use dim::Dimensional;
use mat::Mat3;
use vec::Vec4;
mod macros;
mod num_macros;
mod dim_macros;
mod mat_macros;

View file

@ -15,7 +15,7 @@
use mat::Mat4;
mod macros;
mod num_macros;
///
/// Create a perspective projection matrix

View file

@ -18,7 +18,7 @@ pub use dim::Dimensional;
use mat::{Mat3, ToMat3};
use vec::Vec3;
mod macros;
mod num_macros;
mod dim_macros;
// GLSL-style type aliases

View file

@ -14,7 +14,7 @@
// limitations under the License.
use dim::Dimensional;
mod macros;
mod num_macros;
mod dim_macros;
mod vec_macros;

View file

@ -14,7 +14,7 @@
// limitations under the License.
use dim::Dimensional;
mod macros;
mod num_macros;
mod dim_macros;
mod vec_macros;

View file

@ -14,7 +14,7 @@
// limitations under the License.
use dim::Dimensional;
mod macros;
mod num_macros;
mod dim_macros;
mod vec_macros;