mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-27 07:20:22 +00:00
11 lines
101 B
C++
11 lines
101 B
C++
#pragma once
|
|
#include "XGraph.h"
|
|
|
|
namespace bfx {
|
|
|
|
class XGraphImpl : public XGraph {
|
|
// TODO
|
|
};
|
|
|
|
}
|