Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
MovementGeneratorImpl.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SKYFIRE_MOVEMENTGENERATOR_IMPL_H
7#define SKYFIRE_MOVEMENTGENERATOR_IMPL_H
8
9#include "MovementGenerator.h"
10
11template<class MOVEMENT_GEN>
14{
15 return (new MOVEMENT_GEN());
16}
17#endif
MovementGenerator * Create(void *) const
Abstract Factory create method.