mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-08-08 13:03:22 +00:00
8 lines
123 B
C++
8 lines
123 B
C++
#pragma once
|
|
|
|
#include "Source.h"
|
|
#include "Location.h"
|
|
|
|
class LocatableSource : public Source, public Location
|
|
{
|
|
}; |