--- /dev/null
+\r
+Microsoft Visual Studio Solution File, Format Version 12.00\r
+# Visual Studio Version 16\r
+VisualStudioVersion = 16.0.30907.101\r
+MinimumVisualStudioVersion = 10.0.40219.1\r
+Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "dlb", "dlb.exe", "{69FE91F4-4A3D-4E77-8BD7-D5D11FFEFFA1}"\r
+ ProjectSection(DebuggerProjectSystem) = preProject\r
+ PortSupplier = 00000000-0000-0000-0000-000000000000\r
+ Executable = C:\Users\MichaelAllison\Documents\github\NHsource\util\dlb.exe\r
+ RemoteMachine = ALLISONPC2\r
+ StartingDirectory = C:\Users\MichaelAllison\Documents\github\NHsource\util\r
+ Arguments = v f ../src/nhdat370\r
+ Environment = Default\r
+ LaunchingEngine = 00000000-0000-0000-0000-000000000000\r
+ UseLegacyDebugEngines = No\r
+ LaunchSQLEngine = No\r
+ AttachLaunchAction = No\r
+ EndProjectSection\r
+EndProject\r
+Global\r
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+ Release|x86 = Release|x86\r
+ EndGlobalSection\r
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+ {69FE91F4-4A3D-4E77-8BD7-D5D11FFEFFA1}.Release|x86.ActiveCfg = Release|x86\r
+ EndGlobalSection\r
+ GlobalSection(SolutionProperties) = preSolution\r
+ HideSolutionNode = FALSE\r
+ EndGlobalSection\r
+ GlobalSection(ExtensibilityGlobals) = postSolution\r
+ SolutionGuid = {D14F79FF-4FDB-4035-944E-EA73CEDF5244}\r
+ EndGlobalSection\r
+EndGlobal\r
extern int vms_open(const char *, int, unsigned);
#endif /* VMS */
+#ifndef nhUse
+#define nhUse(arg) (void)(arg)
+#endif
+
int restore_savefile(char *);
void set_levelfile_name(int);
int open_levelfile(int);