mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
8 lines
129 B
C++
8 lines
129 B
C++
|
|
#include "gfxTextureArray.h"
|
||
|
|
|
||
|
|
const String GFXTextureArray::describeSelf() const
|
||
|
|
{
|
||
|
|
// We've got nothing
|
||
|
|
return String();
|
||
|
|
}
|