comparison README.md @ 5:3dee72fffe97

Update README.md committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Thu, 25 Aug 2022 21:11:34 -0400
parents 7abb5d8b20ea
children 07f0e2f43204
comparison
equal deleted inserted replaced
4:59bf702b2b21 5:3dee72fffe97
9 The config file is located at `%AppData%\Roaming\Winamp\Plugins\wgsdk\config.txt`. It's pretty straightforward how to edit it. 9 The config file is located at `%AppData%\Roaming\Winamp\Plugins\wgsdk\config.txt`. It's pretty straightforward how to edit it.
10 10
11 ### Differences to wdrp 11 ### Differences to wdrp
12 * uses GameSDK (obviously) 12 * uses GameSDK (obviously)
13 * written in C instead of C++ 13 * written in C instead of C++
14 * uses GNU make instead of Visual Studio 14 * uses a Makefile instead of Visual Studio
15 * several other coding differences (e.g. there's no classes in C) 15 * several other coding differences (e.g. there's no classes in C)
16 16
17 ### How to compile 17 ### How to compile
18 (Disclaimer: This guide is written for Windows users.) 18 (Disclaimer: This guide is written for Windows users.)
19 19