10 lines
313 B
C++
10 lines
313 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// MakeManualList.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
APP_CONFIG g_AppConfig = { TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, 100000000, 100000, 50000, 500 };
|
|
|
|
|