~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to NuxCore/NPrintf.h

  • Committer: Neil Jagdish Patel
  • Date: 2010-09-02 03:28:11 UTC
  • Revision ID: neil.patel@canonical.com-20100902032811-i2m18tfb6pkasnvt
Remove Win EOL chars

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
 
23
 
#ifndef NPRINTF_H
24
 
#define NPRINTF_H
25
 
 
26
 
NAMESPACE_BEGIN
27
 
 
28
 
NString inlPrintf(const TCHAR *Format, ...);
29
 
 
30
 
NAMESPACE_END
31
 
 
32
 
#endif // NPRINTF_H
 
23
#ifndef NPRINTF_H
 
24
#define NPRINTF_H
 
25
 
 
26
NAMESPACE_BEGIN
 
27
 
 
28
NString inlPrintf(const TCHAR *Format, ...);
 
29
 
 
30
NAMESPACE_END
 
31
 
 
32
#endif // NPRINTF_H