generated from Persson-dev/Godot-Xmake
12 lines
165 B
C++
12 lines
165 B
C++
#pragma once
|
|
|
|
#include <client/Player.h>
|
|
|
|
namespace blitz {
|
|
namespace PlayerFactory {
|
|
|
|
Player* CreateStudent();
|
|
|
|
} // namespace PlayerFactory
|
|
} // namespace blitz
|