r5sdk/r5dev/cpp.hint
Kawe Mazidjatari 0b3e4ff1f7 Update cpp.hint
2022-08-14 15:19:03 +02:00

12 lines
462 B
Plaintext

// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
// such as names of functions and macros.
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
#define CIMGUI_API
#define NULL
#define NULL ((void *)0)
#define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1)))
#define IM_FMTARGS(FMT) __attribute__((format(gnu_printf, FMT, FMT+1)))
#define IM_FMTARGS(FMT)
#define PLATFORM_INTERFACE
#define abstract_class