7 lines
78 B
C
7 lines
78 B
C
|
#include "parser.h"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
parse_obj("testcube_mitSpitze.obj");
|
||
|
}
|