#include "camtypes.h"
#include "ophist.h"
Go to the source code of this file.
Functions | |
BOOL | InitPostTools1 () |
|
Definition at line 199 of file main2.cpp. 00200 { 00201 return ( 00202 OILBitmap::Init() && // read default fill bitmap 00203 GlobalBitmapList::Init() && // Setup the global bitmap list 00204 GlobalFractalList::Init() && // Setup the fractal list 00205 OpToggleScroll::Init() && // Register Toggle proport scrolbar Operation 00206 OpMenuLoad::Init() && // Register Load operation 00207 OpException::Init() && 00208 NodeRenderableInk::Init() && 00209 NodeRenderableBounded::Init() && // Declare the magnetic radii options 00210 Filter::InitFilters() && // Init filters (must be after ExternalClipboard) 00211 OpDragBox::Init() && // drag operation base-class 00212 OpQuality::Init() // init the OpQuality operations 00213 ); 00214 }
|