mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-17 07:20:05 +00:00
added radio's logo, started NPCManager
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# OpenFusion
|

|
||||||
|
|
||||||
OpenFusion is a landwalker server for FusionFall. It currently supports versions `beta-20100104` and `beta-20100728` of the original game.
|
OpenFusion is a landwalker server for FusionFall. It currently supports versions `beta-20100104` and `beta-20100728` of the original game.
|
||||||
|
|
||||||
|
|||||||
BIN
res/radiorave_logo.png
Normal file
BIN
res/radiorave_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
5
src/NPCManager.cpp
Normal file
5
src/NPCManager.cpp
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#include "NPCManager.hpp"
|
||||||
|
|
||||||
|
void NPCManager::init() {
|
||||||
|
|
||||||
|
}
|
||||||
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