From 695e307eb3107dc9d511ab27760ba46d6916b347 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 4 Dec 2002 08:50:45 +0000 Subject: "" svn path=/trunk/; revision=274 --- externals/grill/flext/source/flutil.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'externals/grill/flext/source/flutil.cpp') diff --git a/externals/grill/flext/source/flutil.cpp b/externals/grill/flext/source/flutil.cpp index 284ce35c..5307b820 100644 --- a/externals/grill/flext/source/flutil.cpp +++ b/externals/grill/flext/source/flutil.cpp @@ -45,6 +45,11 @@ void flext::CopyMem(void *dst,const void *src,int bytes) #endif } +void flext::ZeroMem(void *dst,int bytes) +{ + memset(dst,0,bytes); +} + void flext::Sleep(float s) { #ifdef NT -- cgit v1.2.1