Pioneer
ModManager.h
Go to the documentation of this file.
1 // Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2 // Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3 
4 #ifndef _MODMANAGER_H
5 #define _MODMANAGER_H
6 
7 // right now this is little more than a stub class to hook up zipfiles to the
8 // virtual filesystem
9 
10 class ModManager {
11 public:
12  static void Init();
13 };
14 
15 #endif
Definition: ModManager.h:10
static void Init()
Definition: ModManager.cpp:9