summaryrefslogtreecommitdiff
path: root/sdklauncher/min_footprint_files.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdklauncher/min_footprint_files.h')
-rw-r--r--sdklauncher/min_footprint_files.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/sdklauncher/min_footprint_files.h b/sdklauncher/min_footprint_files.h
new file mode 100644
index 0000000..4d35aa3
--- /dev/null
+++ b/sdklauncher/min_footprint_files.h
@@ -0,0 +1,19 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================
+
+#ifndef MIN_FOOTPRINT_FILES_H
+#define MIN_FOOTPRINT_FILES_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+// If bForceRefresh is true, then it will dump out all the files
+// regardless of what version we think we currently have.
+void DumpMinFootprintFiles( bool bForceRefresh );
+
+
+#endif // MIN_FOOTPRINT_FILES_H