LAMPCAE/src/Common/FakeClass.cpp

11 lines
132 B
C++
Raw Normal View History

2023-05-08 06:32:41 +00:00
#include "FakeClass.h"
namespace Common
{
int FakeClass::getNoUsedField()
{
return m_NoUsedField;
}
} // namespace Common