1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-11-23 19:01:45 +00:00
Files
amiga-stuff/requesters/filereq.h
Wei-ju Wu c4bcf8a6d4 IFFView and requesters update
IFFView
 - screen height updated to PAL

requesters

 - added buttons and slider
2016-01-13 21:02:08 -08:00

9 lines
133 B
C

#pragma once
#ifndef __FILEREQ_H__
#define __FILEREQ_H__
extern void open_file(struct Window *window);
#endif /* __FILEREQ_H__ */