Itasca C++ Interface
Loading...
Searching...
No Matches
flac3d
body
interface
imodulebody.h
1
#pragma once
2
3
namespace
body {
4
5
class
IModuleBody
{
6
public
:
7
virtual
void
test()=0;
8
};
9
}
// namespace body
10
// EoF
body::IModuleBody
Definition
imodulebody.h:5
Generated by
1.10.0