SEEquipment.h
1/* Distributed under the Apache License, Version 2.0.
2 See accompanying NOTICE file for details.*/
3
4#pragma once
6#include "cdm/system/SESystem.h"
7
8class CDM_DECL SEEquipment : public SESystem
9{
10public:
11
12 SEEquipment(Logger* logger);
13 virtual ~SEEquipment();
14
15 virtual void Clear();// Deletes all members
16};
Definition: Logger.h:71
Definition: SEEquipment.h:9
Definition: SESubstanceManager.h:9
Definition: SESystem.h:8
virtual void Clear()
Definition: SESystem.cpp:17

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.