amiga-stuff/requesters/filereq.h

9 lines
133 B
C

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