polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

test-half-edge.c (76B)


      1 
      2 #include "half-edge.h"
      3 
      4 int main(int argc, char *argv[])
      5 {
      6     return 0;
      7 }