TeaPacket v0.0.1
Multiplatform Game Engine
Loading...
Searching...
No Matches
StructUtils.hpp
Go to the documentation of this file.
1#pragma once
2
3#define ZeroStruct(obj) memset(&(obj), 0, sizeof(obj))