TombEngine/TR5Main/Game/roomvector.h

5 lines
67 B
C
Raw Normal View History

#pragma once
struct ROOM_VECTOR {
int roomNumber;
int yNumber;
};