Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Семён Волков
laba_1
Commits
ef11a726
Commit
ef11a726
authored
4 years ago
by
Алина Орехова
Browse files
Options
Download
Patches
Plain Diff
Add new file
parent
6ef611e5
master
patch-1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AneuMeshLoader.h
+14
-0
AneuMeshLoader.h
with
14 additions
and
0 deletions
+14
-0
AneuMeshLoader.h
0 → 100644
+
14
−
0
View file @
ef11a726
#pragma once
#include
"MeshLoader.h"
#include
"ExtraTypes.h"
class
AneuMeshLoader
:
public
MeshLoader
{
public:
AneuMeshloader
()
:
Meshloader
()
{}
~
AneuMeshloader
();
virtual
bool
LoadMesh
(
const
std
::
string
)
override
;
};
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets