Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dbgprint.h « modules « src « lua « 3rdparty - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b65f0e0335b0cd135839ada8615e70bfb331cb06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __DBGPRINT_H_VER__
#define __DBGPRINT_H_VER__ 2012102423
// $Id: dbgprint.h,v e885f176d70a 2012/10/25 14:16:05 oliver $
#if (defined(_MSC_VER) && (_MSC_VER >= 1020)) || defined(__MCPP)
#pragma once
#endif // Check for "#pragma once" support

#ifdef __cplusplus
extern "C"
{
#endif // __cplusplus
    LUA_API const luaL_Reg dbgprint_funcs[];
#ifdef __cplusplus
};
#endif // __cplusplus

#endif // __DBGPRINT_H_VER__