8 lines
130 B
C++
8 lines
130 B
C++
// implements much of the exported CMachine
|
|
|
|
#include "stdafx.h"
|
|
#include "KeyObjs.h"
|
|
|
|
IMPLEMENT_DYNCREATE(CMachine, CTreeItem);
|
|
|