mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-15 16:39:40 +00:00
15 lines
144 B
C++
15 lines
144 B
C++
//
|
|
// Created by koncord on 02.01.16.
|
|
//
|
|
|
|
#ifndef OPENMW_PLAYER_HPP
|
|
#define OPENMW_PLAYER_HPP
|
|
|
|
|
|
class Player
|
|
{
|
|
|
|
};
|
|
|
|
|
|
#endif //OPENMW_PLAYER_HPP
|