]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/incace/uac_crt.h
added missing wxSTDs
[wxWidgets.git] / utils / Install / incace / uac_crt.h
CommitLineData
f6bcfd97
BP
1#ifndef __uac_crt_h
2#define __uac_crt_h
3
4
5#include "acestruc.h"
6
7CHAR *ace_fname(CHAR * s, thead * head, INT nopath);
8INT create_dest_file(CHAR * file, INT a);
9
10
11#endif /* __uac_crt_h */
12