mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
png 'uses' Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@656 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2aaeef5dfb
commit
f40df9980b
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#ifndef _plugin_png_icpp_init_stub
|
||||
#define _plugin_png_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#define BLITZ_INDEX__ F7773D560C69E9B20AE8F95535818B75B
|
||||
#include "Draw/init"
|
||||
#define BLITZ_INDEX__ F9A38A4CDA02AC861A35747162FC2BA11
|
||||
#include "pngreg.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
description "PNG image file format U++ encapsulation";
|
||||
|
||||
uses
|
||||
Core;
|
||||
Core,
|
||||
Draw;
|
||||
|
||||
library(!WIN32) png;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue