You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
672 B
32 lines
672 B
#include <stddef.h>
|
|
#include <math.h>
|
|
#include <stdio.h>
|
|
#include <limits.h>
|
|
#include <stdlib.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include <objbase.h>
|
|
#include <ddraw.h>
|
|
#include <icm.h>
|
|
|
|
#include "..\Runtime\Runtime.hpp"
|
|
|
|
#include "imaging.h"
|
|
#include "comutils.hpp"
|
|
#include "imgutils.hpp"
|
|
#include "memstream.hpp"
|
|
#include "filestream.hpp"
|
|
#include "mmx.hpp"
|
|
#include "colorpal.hpp"
|
|
#include "decodedimg.hpp"
|
|
#include "bitmap.hpp"
|
|
#include "recolor.hpp"
|
|
#include "..\Render\FormatConverter.hpp"
|
|
#include "imgfactory.hpp"
|
|
#include "codecmgr.hpp"
|
|
#include "resample.hpp"
|
|
#include "imgrsrc.h"
|
|
#include "icmdll.hpp"
|
|
|
|
#include "..\common\monitors.hpp"
|