Skip to content

Commit

Permalink
Added clickable URLs. Fixes #343
Browse files Browse the repository at this point in the history
Fixes #337
Standardised font rendering functions
Added japp_preciseFonts
  • Loading branch information
Razish committed Oct 31, 2015
1 parent f566d1f commit bbe4b58
Show file tree
Hide file tree
Showing 44 changed files with 2,621 additions and 1,949 deletions.
2 changes: 1 addition & 1 deletion cgame/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cgame_env['LIBS'] = [
]

if plat == 'Windows':
cgame_env['LIBS'] += [ 'user32', 'Advapi32' ]
cgame_env['LIBS'] += [ 'user32', 'Advapi32', 'Shell32' ]

# project settings
cgame_env['CPPPATH'] += [ '#/cgame' ]
Expand Down
Loading

0 comments on commit bbe4b58

Please sign in to comment.