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/base/base.h')
-rw-r--r--src/base/base.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/base/base.h b/src/base/base.h
deleted file mode 100644
index bed7f27..0000000
--- a/src/base/base.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- * \file base.h
- * \brief Premake base library API.
- * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
- *
- * \defgroup base Base
- *
- * This component defines all of the base classes required by the higher-level
- * functions of Premake.
- */
-
-int base_tests();