aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flutil.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-04 08:50:45 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-04 08:50:45 +0000
commit695e307eb3107dc9d511ab27760ba46d6916b347 (patch)
tree83c8581d4824544d8954076a6d775b720100bcfd /externals/grill/flext/source/flutil.cpp
parentabdc387d7fabe5f18cc3cb448c15aa898f9fdaaa (diff)
""
svn path=/trunk/; revision=274
Diffstat (limited to 'externals/grill/flext/source/flutil.cpp')
-rw-r--r--externals/grill/flext/source/flutil.cpp5
1 files changed, 5 insertions, 0 deletions
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