X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=43d4e0e3ddf84242a7b5265314781986b9607b23;hp=c800f1fc56e16da4b6e0059da948d296ecdb2479;hb=7e7a10c06a0486e9f869e361e46f2c98db9897b0;hpb=8e2736226fcd7c1ab1ba93a5ebac9b285ebf4733 diff --git a/src/core/ao.h b/src/core/ao.h index c800f1fc..43d4e0e3 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -1851,4 +1851,11 @@ ao_log_single(void); #define ao_xmemcmp(d,s,c) memcmp(d,s,c) #endif +/* + * ao_terraui.c + */ + +void +ao_terraui_init(void); + #endif /* _AO_H_ */