mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 20:49:56 +00:00
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
|