48 lines
907 B
C++
48 lines
907 B
C++
#ifndef __VT_X_ALL_H__
|
|
#define __VT_X_ALL_H__
|
|
|
|
/********************************************************************
|
|
created: 2008/12/05
|
|
created: 5:12:2008 0:34
|
|
filename: x:\ProjectRoot\localSVN\usr\include\vtXAll.h
|
|
file path: x:\ProjectRoot\localSVN\usr\include
|
|
file base: vtXAll
|
|
file ext: h
|
|
author: mc007
|
|
|
|
purpose: collective header file, includes all generic vt helper classes
|
|
*********************************************************************/
|
|
|
|
|
|
#include <virtools/vtTools.h>
|
|
//#include <virtools/vtBBHelper.h>
|
|
//#include <virtools/vtBBMacros.h>
|
|
|
|
using namespace vtTools;
|
|
using namespace BehaviorTools;
|
|
|
|
//#include <virtools/vtBBMacros.h>
|
|
|
|
#include "vtLogTools.h"
|
|
#include "vtStructHelper.h"
|
|
|
|
/*
|
|
#define VTD_PREFIX <virtools/
|
|
|
|
ifdef VTD_PREFIX
|
|
#define VTSHEADERDIR VTD_PREFIX
|
|
#else
|
|
#define VTSHEADERDIR <
|
|
#endif
|
|
|
|
|
|
#define DIRMERGE(A##B)
|
|
|
|
#define VTFILE_INC DIRMERGE(A)
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#endif |