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/guid.h')
-rw-r--r--src/base/guid.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/base/guid.h b/src/base/guid.h
deleted file mode 100644
index c6e6753..0000000
--- a/src/base/guid.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * \file guid.h
- * \brief GUID creation and validation.
- * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
- *
- * \defgroup guid GUIDs
- * \ingroup base
- *
- * GUID creation and validation functions.
- *
- * @{
- */
-#if !defined(PREMAKE_GUID_H)
-#define PREMAKE_GUID_H
-
-const char* guid_create();
-int guid_is_valid(const char* value);
-
-#endif
-/** @} */