summaryrefslogtreecommitdiffhomepage
path: root/MagicEx/ModelFile3DS.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagicEx/ModelFile3DS.h')
-rw-r--r--MagicEx/ModelFile3DS.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/MagicEx/ModelFile3DS.h b/MagicEx/ModelFile3DS.h
deleted file mode 100644
index 3cac828..0000000
--- a/MagicEx/ModelFile3DS.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Starshatter: The Open Source Project
- Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors
- Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
- Copyright (c) 1997-2006, Destroyer Studios LLC.
-
- AUTHOR: John DiCamillo
-
-
- OVERVIEW
- ========
- File loader for 3DStudio MAX 3DS format models
-*/
-
-#pragma once
-
-#include <Solid.h>
-
-
-class ModelFile3DS : public ModelFile
-{
-public:
- ModelFile3DS(const char* fname);
- virtual ~ModelFile3DS();
-
- virtual bool Load(Model* m, double scale=1.0);
- virtual bool Save(Model* m);
-};