Last change
on this file since 4369 was
4369,
checked in by Sam Hocevar, 12 years ago
|
Add the copyright unit test and update copyright information everywhere.
|
-
Property svn:eol-style set to
native
|
File size:
561 bytes
|
Line | |
---|
1 | /* |
---|
2 | * libcaca Ruby bindings |
---|
3 | * Copyright (c) 2007-2010 Pascal Terjan <pterjan@linuxfr.org> |
---|
4 | * |
---|
5 | * This library is free software. It comes without any warranty, to |
---|
6 | * the extent permitted by applicable law. You can redistribute it |
---|
7 | * and/or modify it under the terms of the Do What The Fuck You Want |
---|
8 | * To Public License, Version 2, as published by Sam Hocevar. See |
---|
9 | * http://sam.zoy.org/wtfpl/COPYING for more details. |
---|
10 | */ |
---|
11 | |
---|
12 | #ifndef __CACA_FONT_H__ |
---|
13 | #define __CACA_FONT_H__ |
---|
14 | |
---|
15 | #include <ruby.h> |
---|
16 | |
---|
17 | extern VALUE cFont; |
---|
18 | extern void Init_caca_font(VALUE); |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.