mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
22 lines
279 B
Plaintext
22 lines
279 B
Plaintext
|
#include "ExAdClient\ExAd.cpp"
|
||
|
|
||
|
class CfgFunctions
|
||
|
{
|
||
|
#include "ExAdClient\CfgFunctions.cpp"
|
||
|
};
|
||
|
|
||
|
class RscTitles
|
||
|
{
|
||
|
#include "ExAdClient\RscTitles.cpp"
|
||
|
};
|
||
|
|
||
|
class CfgHints
|
||
|
{
|
||
|
#include "ExAdClient\CfgHints.cpp"
|
||
|
};
|
||
|
|
||
|
class CfgRemoteExec
|
||
|
{
|
||
|
#include "ExAdClient\CfgRemoteExec.cpp"
|
||
|
};
|