Files
core/ASCImageStudio3/ASCImagePaint3/ASCImagePaint3.cpp

15 lines
491 B
C++

// ASCImagePaint3.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[module(dll,
uuid = "{084DA982-7EA0-4af3-A44D-97259DFBEC6F}",
name = "ASCImagePaint3",
helpstring = "ASCImagePaint 3",
resource_name = "IDR_ASCIMAGEPAINT3")];
#include "ImagePaint3.h"
#include "ImageTextStatic3.h"
#include "ImageTextDynamic3.h"