First Working Release (with this comment)
This commit is contained in:
parent
c121ea989e
commit
c3dc8c46e4
|
@ -20,8 +20,13 @@
|
||||||
* for more details. *
|
* for more details. *
|
||||||
* *
|
* *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
/****************************************************************************
|
||||||
|
History
|
||||||
|
|
||||||
|
$Log: not supported by cvs2svn $
|
||||||
|
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
#ifndef __VCGLIB_CAT__
|
#ifndef __VCGLIB_CAT__
|
||||||
#define __VCGLIB_CAT__
|
#define __VCGLIB_CAT__
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,12 @@
|
||||||
* *
|
* *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
History
|
||||||
|
|
||||||
|
$Log: not supported by cvs2svn $
|
||||||
|
|
||||||
|
/****************************************************************************/
|
||||||
#ifndef __VCGLIB_ENTRIES__
|
#ifndef __VCGLIB_ENTRIES__
|
||||||
#define __VCGLIB_ENTRIES__
|
#define __VCGLIB_ENTRIES__
|
||||||
|
|
||||||
|
|
|
@ -20,13 +20,18 @@
|
||||||
* for more details. *
|
* for more details. *
|
||||||
* *
|
* *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
/****************************************************************************
|
||||||
|
History
|
||||||
|
|
||||||
|
$Log: not supported by cvs2svn $
|
||||||
|
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
#ifndef __VCGLIB_SIMPLE__
|
#ifndef __VCGLIB_SIMPLE__
|
||||||
#define __VCGLIB_SIMPLE__
|
#define __VCGLIB_SIMPLE__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
template <class STL_CONT, class ATTR_TYPE>
|
template <class STL_CONT, class ATTR_TYPE>
|
||||||
|
|
|
@ -20,10 +20,14 @@
|
||||||
* for more details. *
|
* for more details. *
|
||||||
* *
|
* *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
/****************************************************************************
|
||||||
|
History
|
||||||
|
|
||||||
|
$Log: not supported by cvs2svn $
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
#ifndef __VCGLIB_TRACED_VECTOR__
|
#ifndef __VCGLIB_TRACED_VECTOR__
|
||||||
#define __VCGLIB_TRACED_VECTOR__
|
#define __VCGLIB_TRACED_VECTOR__
|
||||||
|
|
||||||
|
|
||||||
#include <vcg/container/container_allocation_table.h>
|
#include <vcg/container/container_allocation_table.h>
|
||||||
|
|
Loading…
Reference in New Issue