fna-workbench

fna-workbench Commit Details


Date:2016-01-29 09:14:25 (9 years 7 months ago)
Author:Ethan Lee
Branch:master
Commit:f63521521195792d8ccc0ead31cfd39a6647a8b3
Parents: a449edc61cc66e4a58e68645bce2b1ad7570cd5e
Message:OSVersion can be private

Changes:

File differences

src/SDL2/SDL2_FNAPlatform.cs
2525
2626
2727
28
28
2929
30
30
3131
3232
3333
{
internal static class SDL2_FNAPlatform
{
#region Public Static Constants
#region Static Constants
public static readonly string OSVersion = SDL.SDL_GetPlatform();
private static readonly string OSVersion = SDL.SDL_GetPlatform();
#endregion

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.65640s using 13 queries.