- did a bit of header cleanup to reduce the dependency on dobject.h.
This commit is contained in:
parent
1c81c40c59
commit
a4710bcdb0
48 changed files with 226 additions and 274 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#pragma once
|
||||
/*
|
||||
** tarray.h
|
||||
** Templated, automatically resizing array
|
||||
|
|
@ -32,8 +33,6 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifndef __TARRAY_H__
|
||||
#define __TARRAY_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
|
@ -1250,4 +1249,3 @@ protected:
|
|||
hash_t Position;
|
||||
};
|
||||
|
||||
#endif //__TARRAY_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue