4
Answers

SDL_NET wrapper for C# ?

Anyone know how to wrap SDL_NET funtions and could give me an example? I know so far: [DllImport("SDL_net.dll")] public static extern SDL_NETFunction(any thing); but it seems to be not that easy ...

Answers (4)