Files
HLStock/HookMsg/StdAfx.cpp
2013-07-20 23:23:06 +00:00

13 lines
445 B
C++

// stdafx.cpp : source file that includes just the standard includes
// HookMsg.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
//////////////////////////////////////////////////
AUTOMEDO_MSGDATA g_AutomedoData;
COPYDATASTRUCT g_AutoMedoCopyDataStructure = { 0, sizeof(AUTOMEDO_MSGDATA), &g_AutomedoData };
//////////////////////////////////////////////////