9 lines
119 B
C++
9 lines
119 B
C++
|
|
|
|||
|
|
//#include "Component.h"
|
|||
|
|
#include "StdAfx.h"
|
|||
|
|
|
|||
|
|
CComponent * CreateDefaultComponent ()
|
|||
|
|
{
|
|||
|
|
return new CComponent();
|
|||
|
|
}
|