23 lines
361 B
Plaintext
Executable File
23 lines
361 B
Plaintext
Executable File
KubKraft=/home/quentin/Bureau/KubKraft CD=. filter=".gitignore *.c *.h *.diff *.vim AUTHORS ChangeLog COPYING Makefile Notes TODO *.textile *.cpp" {
|
|
Makefile
|
|
include=include {
|
|
biome.h
|
|
config.h
|
|
cube.h
|
|
init.h
|
|
map.h
|
|
player.h
|
|
scene.h
|
|
types.h
|
|
}
|
|
source=source {
|
|
biome.cpp
|
|
cube.cpp
|
|
init.cpp
|
|
main.cpp
|
|
map.cpp
|
|
player.cpp
|
|
scene.cpp
|
|
}
|
|
}
|