9 lines
117 B
C
9 lines
117 B
C
![]() |
struct Main;
|
||
|
struct bContext;
|
||
|
|
||
|
class DocumentImporter
|
||
|
{
|
||
|
public:
|
||
|
void import(bContext *C, const char *filename);
|
||
|
};
|