mirror of
https://github.com/lceonline/MCLEServer.git
synced 2026-07-24 18:10:39 +00:00
8 lines
116 B
C++
8 lines
116 B
C++
#pragma once
|
|
|
|
#include "Source.h"
|
|
#include "Location.h"
|
|
|
|
class LocatableSource : public Source, public Location
|
|
{
|
|
}; |