writing a mesh abstraction
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 23 Feb 2019 19:10:17 +0000 (21:10 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 23 Feb 2019 19:10:17 +0000 (21:10 +0200)
commit6ad6cf2cb2e82d8dcc1535a031a38eb991d2b396
tree460d4bd72703aabc6849026792bd219c806e8150
parent49fdb2457dbb7705501264d519e840dd3ca60919
writing a mesh abstraction
src/cmesh.c [new file with mode: 0644]
src/cmesh.h [new file with mode: 0644]
src/dynarr.c [new file with mode: 0644]
src/dynarr.h [new file with mode: 0644]
src/game.c
src/gamescr.c [new file with mode: 0644]
src/menuscr.c [new file with mode: 0644]
src/opt.c
src/opt.h
src/screen.c
src/screen.h