summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggDrawPathDOF.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-03-15 23:20:09 +0100
committerrobojumper <robojumper@gmail.com>2025-03-16 22:17:53 +0100
commit03e3fc5cfa63076033005cb9079e37d21103f473 (patch)
treebd1d0076e3d79c9798320dd8851d25a396057f8a /src/egg/gfx/eggDrawPathDOF.cpp
parent8759f710e57f66d035998428b8c864da80e36fd7 (diff)
More
Diffstat (limited to 'src/egg/gfx/eggDrawPathDOF.cpp')
-rw-r--r--src/egg/gfx/eggDrawPathDOF.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/egg/gfx/eggDrawPathDOF.cpp b/src/egg/gfx/eggDrawPathDOF.cpp
index 8f611cde..588f02ba 100644
--- a/src/egg/gfx/eggDrawPathDOF.cpp
+++ b/src/egg/gfx/eggDrawPathDOF.cpp
@@ -1,3 +1,19 @@
#include "egg/gfx/eggDrawPathDOF.h"
-namespace EGG {} // namespace EGG
+namespace EGG {
+
+DrawPathDOF::DrawPathDOF() {}
+
+DrawPathDOF::~DrawPathDOF() {}
+
+void DrawPathDOF::internalDraw() {}
+
+void DrawPathDOF::internalResetForDraw() {}
+
+void DrawPathDOF::SetBinaryInner(const Bin &bin) {}
+
+void DrawPathDOF::GetBinaryInner(Bin *pBin) const {}
+
+void DrawPathDOF::SetBinaryInner(const Bin &, const Bin &, f32) {}
+
+} // namespace EGG