Files
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__ */