mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 07:28:07 +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
|
|
{
|
|
}; |