forked from teamnwah/openmw-tes3coop
1b259e2d33
Created Package system
15 lines
176 B
C++
15 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
|