mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 05:19:55 +00:00
16 lines
176 B
C++
16 lines
176 B
C++
|
//
|
||
|
// Created by koncord on 15.01.16.
|
||
|
//
|
||
|
|
||
|
#ifndef OPENMW_PACKETROTATION_HPP
|
||
|
#define OPENMW_PACKETROTATION_HPP
|
||
|
|
||
|
|
||
|
class PacketRotation
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //OPENMW_PACKETROTATION_HPP
|