mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 00:20:16 +00:00
Initial commit: wowee native WoW 3.3.5a client
This commit is contained in:
commit
ce6cb8f38e
147 changed files with 32347 additions and 0 deletions
15
src/game/world.cpp
Normal file
15
src/game/world.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include "game/world.hpp"
|
||||
|
||||
namespace wowee {
|
||||
namespace game {
|
||||
|
||||
void World::update(float deltaTime) {
|
||||
// TODO: Update world state
|
||||
}
|
||||
|
||||
void World::loadMap(uint32_t mapId) {
|
||||
// TODO: Load map data
|
||||
}
|
||||
|
||||
} // namespace game
|
||||
} // namespace wowee
|
||||
Loading…
Add table
Add a link
Reference in a new issue