11 lines
141 B
C++
11 lines
141 B
C++
|
#ifndef NEWCLASS_HPP_INCLUDED
|
||
|
#define NEWCLASS_HPP_INCLUDED
|
||
|
|
||
|
|
||
|
|
||
|
void
|
||
|
DoNewClassDialog(ComponentData& cd);
|
||
|
|
||
|
|
||
|
|
||
|
#endif // NEWCLASS_HPP_INCLUDED
|