mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 14:45:33 +00:00
17 lines
No EOL
254 B
C++
17 lines
No EOL
254 B
C++
#ifndef CSV_WORLD_GLOBALS_H
|
|
#define CSV_WORLD_GLOBALS_H
|
|
|
|
#include "subview.hpp"
|
|
|
|
namespace CSVWorld
|
|
{
|
|
class Globals : public SubView
|
|
{
|
|
|
|
public:
|
|
|
|
Globals (const CSMWorld::UniversalId& id, CSMWorld::Data& data);
|
|
};
|
|
}
|
|
|
|
#endif |