mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 02:13:38 +00:00
6 lines
115 B
C++
6 lines
115 B
C++
#pragma once
|
|
|
|
#include "Source.h"
|
|
#include "Location.h"
|
|
|
|
class LocatableSource : public Source, public Location {}; |