Replace backslash in file paths to slash
[clinton/Virtual-Jaguar-Rx.git] / src / settings.cpp
1 //
2 // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support
3 //
4 // by James Hammons
5 // (C) 2010 Underground Software
6 //
7 // JLH = James Hammons <jlhamm@acm.org>
8 //
9 // Who When What
10 // --- ---------- ------------------------------------------------------------
11 // JLH 01/16/2010 Created this log
12 // JLH 02/23/2013 Finally removed commented out stuff :-P
13 //
14
15 #include "settings.h"
16
17 // Global variables
18
19 VJSettings vjs;
20