Fixed a crash when reading the DWARF information.
[clinton/Virtual-Jaguar-Rx.git] / src / settings.cpp
CommitLineData
cf76e892
JPM
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
19VJSettings vjs;
20