Changeset 784 for libcaca/trunk/cpp/cucul++.cpp
- Timestamp:
- Apr 17, 2006, 1:06:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cpp/cucul++.cpp
r783 r784 1 /* 2 * libcucul++ C++ bindings for libcucul 3 * Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org> 4 * All Rights Reserved 5 * 6 * $Id$ 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the Do What The Fuck You Want To 10 * Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 12 */ 13 /* 14 * This file contains the main functions used by \e libcucul++ applications 15 * to initialise a drawing context. 16 */ 17 18 1 19 #include "cucul++.h" 2 20
Note: See TracChangeset
for help on using the changeset viewer.