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

project.h « project « src - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a7022828fd77fa4e30d9b13f5287e7024a6d137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * \file   project.h
 * \brief  Project objects API.
 * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
 */
#if !defined(PREMAKE_PROJECT_H)
#define PREMAKE_PROJECT_H

DECLARE_CLASS(Project)

int project_tests(void);

#endif