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

objects_internal.h « objects « src - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ae707cef5b6d2d36b9850e9155f267f8facfc0f (plain)
1
2
3
4
5
6
7
8
9
/**
 * \file   objects_internal.h
 * \brief  An internal API for inter-object data shuffling.
 * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
 */

Solution project_get_solution(Project prj);
void     project_set_solution(Project prj, Solution sln);
void     solution_set_session(Solution sln, Session sess);