aseprite/src/css/css.h
David Capello 8e81fb808d Add css library
This is a base library that will be used by SkinTheme to draw parts
with CSS styles (or something similar).
2013-12-03 19:31:36 -03:00

20 lines
431 B
C

// Aseprite CSS Library
// Copyright (C) 2013 David Capello
//
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#ifndef CSS_CSS_H_INCLUDED
#define CSS_CSS_H_INCLUDED
#include "css/compound_style.h"
#include "css/query.h"
#include "css/rule.h"
#include "css/sheet.h"
#include "css/state.h"
#include "css/stateful_style.h"
#include "css/style.h"
#include "css/value.h"
#endif