mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-18 05:30:04 +00:00
added radio's logo, started NPCManager
This commit is contained in:
14
src/NPCManager.hpp
Normal file
14
src/NPCManager.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _NPCMANAGER_HPP
|
||||
#define _NPCMANAGER_HPP
|
||||
|
||||
#include "CNProtocol.hpp"
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace NPCManager {
|
||||
void init();
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user