mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Added hitasm
This commit is contained in:
parent
5488883991
commit
0ec39fd968
15 changed files with 12469 additions and 368 deletions
|
@ -19,8 +19,8 @@
|
|||
#include <stdio.h>
|
||||
#include <iff/iff.h>
|
||||
#include <bmp/read_bmp.h>
|
||||
#include <setjmp.h>
|
||||
#include <png.h>
|
||||
#include <setjmp.h> /* Used for libpng */
|
||||
#include "opngreduc.h"
|
||||
|
||||
int WritePNG(const char * OutName, const IFFChunk * ChunkData, int ZBuffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue