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

base.h « base « src - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bed7f27a4ac0156ddb0a1935b7bdfa584b22f44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * \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();