mirror of
https://github.com/weiju/amiga-stuff
synced 2025-11-23 19:01:45 +00:00
9 lines
133 B
C
9 lines
133 B
C
#pragma once
|
|
#ifndef __FILEREQ_H__
|
|
#define __FILEREQ_H__
|
|
|
|
extern void open_file(struct Window *window);
|
|
|
|
|
|
#endif /* __FILEREQ_H__ */
|