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

SDL_test_log.h « SDL2 « include « sdlew « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 084942a57749de81aedfaecacf714daa99d3302e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

#ifndef _SDL_test_log_h
#define _SDL_test_log_h

#include "begin_code.h"

#ifdef __cplusplus
extern "C" {
#endif

void SDLTest_Log(const char *fmt, ...);

void SDLTest_LogError(const char *fmt, ...);

#ifdef __cplusplus
}
#endif
#include "close_code.h"

#endif