11 lines
106 B
C++
11 lines
106 B
C++
#include "stdafx.h"
|
|
#include ".\scitem.h"
|
|
#include <Struct.h>
|
|
|
|
SCItem::SCItem()
|
|
{
|
|
}
|
|
|
|
SCItem::~SCItem()
|
|
{
|
|
} |