24 lines
659 B
C
24 lines
659 B
C
/********************************************************************
|
|
created: 2009/02/16
|
|
created: 16:2:2009 10:41
|
|
filename: x:\ProjectRoot\svn\local\usr\include\virtools\vtBase.h
|
|
file path: x:\ProjectRoot\svn\local\usr\include\virtools
|
|
file base: vtBase
|
|
file ext: h
|
|
author: Günter Baumgart
|
|
|
|
purpose: Includes of Virtools base types.
|
|
Do not include CKObjects !!!
|
|
*********************************************************************/
|
|
#ifndef __VT_BASE_H__
|
|
#define __VT_BASE_H__
|
|
|
|
//################################################################
|
|
//
|
|
// Base types
|
|
//
|
|
#include "XString.h"
|
|
#include "CKTypes.h"
|
|
#include "XHashTable.h"
|
|
|
|
#endif |