Last change
on this file since 1100 was
1100,
checked in by Sam Hocevar, 17 years ago
|
- Split main.c into main.c/render.c/filters.c.
|
-
Property svn:keywords set to
Id
|
File size:
552 bytes
|
Rev | Line | |
---|
[1084] | 1 | /* |
---|
[1087] | 2 | * TOIlet The Other Implementation’s letters |
---|
| 3 | * Copyright (c) 2006 Sam Hocevar <sam@zoy.org> |
---|
| 4 | * All Rights Reserved |
---|
[1084] | 5 | * |
---|
[1087] | 6 | * $Id: render.h 1100 2006-09-23 19:54:20Z sam $ |
---|
[1084] | 7 | * |
---|
[1087] | 8 | * This program 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. |
---|
[1084] | 12 | */ |
---|
| 13 | |
---|
[1100] | 14 | extern cucul_canvas_t *render_big(uint32_t const *, unsigned int); |
---|
| 15 | extern cucul_canvas_t *render_tiny(uint32_t const *, unsigned int); |
---|
[1084] | 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.