Changeset 69 for libcaca/trunk/src/overlay.c
- Timestamp:
- Feb 9, 2003, 12:17:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/overlay.c
r63 r69 4 4 * All Rights Reserved 5 5 * 6 * $Id: overlay.c,v 1. 2 2002/12/23 16:21:38sam Exp $6 * $Id: overlay.c,v 1.3 2003/02/09 11:17:40 sam Exp $ 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify … … 25 25 #include "common.h" 26 26 27 void draw_ overlay( game *g )27 void draw_status( game *g ) 28 28 { 29 29 static char dots30[] = "------------------------------";
Note: See TracChangeset
for help on using the changeset viewer.