~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/include/scripting/include/sqstdaux.h

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*      see copyright notice in squirrel.h */
 
2
#ifndef _SQSTD_AUXLIB_H_
 
3
#define _SQSTD_AUXLIB_H_
 
4
 
 
5
#ifdef __cplusplus
 
6
extern "C" {
 
7
#endif
 
8
 
 
9
SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v);
 
10
SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v);
 
11
 
 
12
#ifdef __cplusplus
 
13
} /*extern "C"*/
 
14
#endif
 
15
 
 
16
#endif /* _SQSTD_AUXLIB_H_ */