Exemplo n.º 1
0
 internal static extern void SDL_LogSetAllPriority(SDL_LOGPRIORITY priority);
Exemplo n.º 2
0
 internal static extern void SDL_LogMessageV(int category, SDL_LOGPRIORITY priority, byte[] logEntry);
Exemplo n.º 3
0
 internal static extern void SDL_LogSetPriority(int category, SDL_LOGPRIORITY priority);