From 1ef771136bf9df09015d0100ee860cc361f43ead Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 11 Nov 2012 22:12:51 +0000 Subject: [PATCH] Move common/maths/rand.c -> common/maths/rand.cpp --- SConstruct | 2 +- common/maths/{rand.c => rand.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename common/maths/{rand.c => rand.cpp} (100%) diff --git a/SConstruct b/SConstruct index 5c8433ae7..7c9077006 100644 --- a/SConstruct +++ b/SConstruct @@ -617,7 +617,7 @@ class DXXArchive(DXXCommon): 'arch/sdl/rbaudio.cpp', 'arch/sdl/window.cpp', 'maths/fixc.cpp', -'maths/rand.c', +'maths/rand.cpp', 'maths/tables.c', 'maths/vecmat.c', 'misc/error.c', diff --git a/common/maths/rand.c b/common/maths/rand.cpp similarity index 100% rename from common/maths/rand.c rename to common/maths/rand.cpp