Files
botw/src/KingSystem/System/ProductReporter.h
T
2020-09-25 16:07:44 +02:00

15 lines
226 B
C++

#pragma once
namespace ksys {
// FIXME: incomplete; requires GameData
class ProductReporter {
public:
ProductReporter() = default;
virtual ~ProductReporter();
static bool getSomeBool();
};
} // namespace ksys