aboutsummaryrefslogtreecommitdiff
path: root/textures/base/pack/unknown_item.png
diff options
context:
space:
mode:
Diffstat (limited to 'textures/base/pack/unknown_item.png')
0 files changed, 0 insertions, 0 deletions
class="hl com">but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include <unordered_map> #include "irrlichttypes.h" class TestClientActiveObjectMgr; class TestServerActiveObjectMgr; template <typename T> class ActiveObjectMgr { friend class ::TestClientActiveObjectMgr; friend class ::TestServerActiveObjectMgr;