Скачиваний:
15
Добавлен:
01.05.2014
Размер:
316 б
Скачать
// Riflemans.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include ".\FClasses\NetFsaChainShot.h"


int main(int argc, char* argv[])
{
	CNetFsaChainShot CNFChainShot;		// объект-приложение
	CNFChainShot.OnIdle();				// запуск автоматных процессов			

	return 0;
}
Соседние файлы в папке Riflemans