[go: up one dir, main page]

Menu

[r969]: / trunk / VTS3 / ScriptSection.cpp  Maximize  Restore  History

Download this file

19 lines (14 with data), 281 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#include "stdafx.h"
#include "VTS.h"
#include "ScriptBase.h"
//
// ScriptSection::ScriptSection
//
ScriptSection::ScriptSection( const CString &title )
{
baseType = scriptSection;
baseLabel = title;
// set the image list offset and status
baseImage = 0;
baseStatus = 0;
}