Stardew Engine
Loading...
Searching...
No Matches
EngineUtils.h File Reference

Miscellaneous utility macros and functions that don't fit in other headers. More...

#include <string.h>
Include dependency graph for EngineUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Detailed Description

Miscellaneous utility macros and functions that don't fit in other headers.

Macro Definition Documentation

◆ ZeroMemory

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