cdcEngineDXHR/bfx/XGraphImpl.h
2022-06-23 10:53:25 +01:00

11 lines
101 B
C++

#pragma once
#include "XGraph.h"
namespace bfx {
class XGraphImpl : public XGraph {
// TODO
};
}