Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/action/vs200x/vs200x_solution.h')
-rw-r--r--src/action/vs200x/vs200x_solution.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/action/vs200x/vs200x_solution.h b/src/action/vs200x/vs200x_solution.h
new file mode 100644
index 0000000..446f761
--- /dev/null
+++ b/src/action/vs200x/vs200x_solution.h
@@ -0,0 +1,13 @@
+/**
+ * \file vs200x_solution.h
+ * \brief Visual Studio 200x solution generation functions.
+ * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
+ */
+#if !defined(PREMAKE_VS200X_SOLUTION_H)
+#define PREMAKE_VS200X_SOLUTION_H
+
+#include "engine/session.h"
+
+int vs200x_solution_create(Session sess, Solution sln, Stream strm);
+
+#endif