/*
* Ping-Pong 2009 - 2010
* keys
* (c) Danil_e71
*/

#include "..\inc\cfg_items.h"
#include "..\inc\swilib.h"


//Путь и имя
__root const CFG_HDR cfghdr1={CFG_STR_UTF8,"Каталог",1,127};
__root const char folder[128]="4:\\ZBin\\Games\\Ping-Pong\\";

__root const CFG_HDR cfghdr2={CFG_STR_WIN1251,"Имя",0,14};
__root const char name[15]="Игрок_1";
