File EngineUtils.h

File List > engine > include > EngineUtils.h

Go to the documentation of this file

#ifndef ENGINEUTILS_H
#define ENGINEUTILS_H

#include <string.h>

#ifndef ZeroMemory

#define ZeroMemory(dest, numBytes) memset(dest, 0, numBytes)

#endif


#endif