Skip to content
Snippets Groups Projects
Commit f8bf4320 authored by rswindell's avatar rswindell
Browse files

Added emullvt.pas source to project.

parent 90ac24f6
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,9 @@ USEFORM("AboutBoxFormUnit.cpp", AboutBoxForm);
USEFORM("StatsLogFormUnit.cpp", StatsLogForm);
USEFORM("CodeInputFormUnit.cpp", CodeInputForm);
USEFORM("ClientFormUnit.cpp", ClientForm);
USEFORM("SpyFormUnit.cpp",SpyForm);
USEFORM("SpyFormUnit.cpp", SpyForm);
USEUNIT("..\ringbuf.c");
USEUNIT("emulvt.pas");
//---------------------------------------------------------------------------
#include "MainFormUnit.h"
#include "SpyFormUnit.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment