代码搜索:LTris
找到约 14 项符合「LTris」的源代码
代码结果 14
www.eeworm.com/read/414972/11089163
h ltris.h
/***************************************************************************
defs.h - description
-------------------
begin
www.eeworm.com/read/414972/11089197
xpm ltris48.xpm
/* XPM */
static char * ltris48_xpm[] = {
"48 48 405 2",
" c None",
". c #000000",
"+ c #EC7F7F",
"@ c #E28585",
"# c #D89393",
"$ c #EE9393",
"% c #EB7373",
"& c #EA7878",
"* c #DB9090",
"=
www.eeworm.com/read/414972/11089199
xpm ltris16.xpm
/* XPM */
static char * ltris16_xpm[] = {
"16 16 48 1",
" c None",
". c #000000",
"+ c #C53C3C",
"@ c #D43737",
"# c #DD5757",
"$ c #E96C6C",
"% c #891616",
"& c #AD0202",
"* c #D83434",
"= c #EA6B6B
www.eeworm.com/read/414972/11089201
xpm ltris32.xpm
/* XPM */
static char * ltris32_xpm[] = {
"32 32 190 2",
" c None",
". c #000000",
"+ c #E46464",
"@ c #D57878",
"# c #E46C6C",
"$ c #E35656",
"% c #DB7676",
"& c #E66767",
"* c #F08585",
"=
www.eeworm.com/read/414972/11088981
makefile
# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
#
www.eeworm.com/read/414972/11089181
in makefile.in
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foun
www.eeworm.com/read/414972/11089057
install
#!/bin/sh
powerpc-uclibc-strip ltris
cp -a ltris /ppcroot/program/kdhong/games/ltris
cp -a sounds/ /ppcroot/program/kdhong/games/ltris
cp -a gfx/ /ppcroot/program/kdhong/games/ltris
chmod 777 /ppcroo
www.eeworm.com/read/414972/11088945
readme
LTris
a tetris clone for Linux
by Michael Speck
********************
I. Requirements
II. Install
www.eeworm.com/read/414972/11089037
am makefile.am
DEFS = @DEFS@ @sound_flag@ @buf_flag@ @inst_flag@ @hi_inst_flag@ @dis_flag@
bin_PROGRAMS = ltris
ltris_SOURCES = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \
list.c tools.c config.c