forked from mirror/openmw-tes3mp
Add OpenMW-mp target
parent
7f7e8c63bf
commit
4be6b362c5
@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by koncord on 02.01.16.
|
||||
//
|
||||
|
||||
#include "Player.hpp"
|
@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by koncord on 02.01.16.
|
||||
//
|
||||
|
||||
#ifndef OPENMW_PLAYER_HPP
|
||||
#define OPENMW_PLAYER_HPP
|
||||
|
||||
|
||||
class Player
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //OPENMW_PLAYER_HPP
|
Loading…
Reference in New Issue