добавил Игры, нужно разобраться с передачей команд в игру
This commit is contained in:
+4
-1
@@ -48,7 +48,9 @@ uses
|
||||
uWebServerEvents in 'utils\uWebServerEvents.pas',
|
||||
fEvents in 'frames\fEvents.pas' {frEvents: TFrame},
|
||||
uKeyEvent in 'utils\uKeyEvent.pas',
|
||||
fRevards in 'frames\fRevards.pas' {frRevards: TFrame};
|
||||
fRevards in 'frames\fRevards.pas' {frRevards: TFrame},
|
||||
uWebServerGames in 'utils\uWebServerGames.pas',
|
||||
uCreateGame in 'forms\uCreateGame.pas' {fCreateGame};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
@@ -62,6 +64,7 @@ begin
|
||||
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TTTW_Bot, TTW_Bot);
|
||||
Application.CreateForm(TfCreateGame, fCreateGame);
|
||||
Application.OnException := TTW_Bot.GlobalExceptionHandler;
|
||||
Application.CreateForm(TfCreateChat, fCreateChat);
|
||||
Application.CreateForm(TfCreateNotify, fCreateNotify);
|
||||
|
||||
Reference in New Issue
Block a user