18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
#include "taw_vd\GUI.h"
|
|
|
|
class CfgFunctions
|
|
{
|
|
#include "taw_vd\CfgFunctions.hpp"
|
|
};
|
|
|
|
class Params
|
|
{
|
|
class Param_Waypoints
|
|
{
|
|
title="Waypoints";
|
|
values[]={0,1,2};
|
|
texts[]={"On", "No Distance", "Off"};
|
|
default = 1;
|
|
};
|
|
};
|