Newer
Older
dub_jkp / source / dub / recipe / sdl.d
/**
	SDL format support for PackageRecipe

	Copyright: © 2014 rejectedsoftware e.K.
	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
	Authors: Sönke Ludwig
*/
module dub.recipe.sdl;

import dub.recipe.packagerecipe;

alias SDLNode = void*; // TODO

void parseSDL(ref PackageRecipe recipe, SDLNode json, string parent_name)
{
	assert(false);
}