Removed LLDynamicArray, LLDynamicArrayIndexed, LLDynamicArrayPtr, LLDLinked, LLDynamicQueuePtr, LLEnum, and LLIndexedQueue. Added new LLPointer variants.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#include "stdtypes.h"
|
||||
#include "lltimer.h"
|
||||
#include "v3dmath.h"
|
||||
#include "lldarray.h"
|
||||
|
||||
// Class that drives the agent around according to a "script".
|
||||
|
||||
@@ -92,7 +91,7 @@ private:
|
||||
F64 mTime;
|
||||
};
|
||||
|
||||
LLDynamicArray<Action> mActions;
|
||||
std::vector<Action> mActions;
|
||||
LLTimer mTimer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user