root/board_sdl.c
| Revision 106, 1.2 kB (checked in by ng, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | /*************************************************************************** |
| 2 | * This file is part of the 'gemmes' project * |
| 3 | * * |
| 4 | * * |
| 5 | * Copyright (C) 2007 by * |
| 6 | * GARCH Soufiane * |
| 7 | * GUILLAUME Nicolas <ng@ngsoft-fr.com> * |
| 8 | * * |
| 9 | * * |
| 10 | * This program is free software; you can redistribute it and/or modify * |
| 11 | * it under the terms of the GNU General Public License as published by * |
| 12 | * the Free Software Foundation; version 2 of the License only. * |
| 13 | * See the COPYING file. * |
| 14 | ***************************************************************************/ |
| 15 | |
| 16 | |
| 17 | #include "board.h" |
| 18 | #include "assert.h" |
| 19 | |
| 20 | |
| 21 | extern void render(board_t); |
| 22 | extern volatile int current_frame; |
| 23 | extern volatile int changed; |
| 24 | |
| 25 | void board_print(board_t b) |
| 26 | { |
| 27 | (void)b; |
| 28 | changed = 1; |
| 29 | } |
| 30 |
Note: See TracBrowser for help on using the browser.
