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