diff options
| -rw-r--r-- | lualib.h | 12 |
1 files changed, 1 insertions, 11 deletions
| @@ -2,25 +2,15 @@ | |||
| 2 | ** Libraries to be used in LUA programs | 2 | ** Libraries to be used in LUA programs |
| 3 | ** Grupo de Tecnologia em Computacao Grafica | 3 | ** Grupo de Tecnologia em Computacao Grafica |
| 4 | ** TeCGraf - PUC-Rio | 4 | ** TeCGraf - PUC-Rio |
| 5 | ** $Id: lualib.h,v 1.1 1993/12/17 19:01:46 celes Exp celes $ | 5 | ** $Id: lualib.h,v 1.2 1994/08/24 15:29:02 celes Stab roberto $ |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #ifndef lualib_h | 8 | #ifndef lualib_h |
| 9 | #define lualib_h | 9 | #define lualib_h |
| 10 | 10 | ||
| 11 | #ifdef __cplusplus | ||
| 12 | extern "C" | ||
| 13 | { | ||
| 14 | #endif | ||
| 15 | |||
| 16 | |||
| 17 | void iolib_open (void); | 11 | void iolib_open (void); |
| 18 | void strlib_open (void); | 12 | void strlib_open (void); |
| 19 | void mathlib_open (void); | 13 | void mathlib_open (void); |
| 20 | 14 | ||
| 21 | #ifdef __cplusplus | ||
| 22 | } | ||
| 23 | #endif | ||
| 24 | |||
| 25 | #endif | 15 | #endif |
| 26 | 16 | ||
