comment object, which is currently not implemented

This commit is contained in:
Milang 2019-10-24 17:31:05 +02:00
parent e59dac5b8d
commit 29d85cd5a9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/*
#include <fxengine/object.h>
#include <gint/std/stdlib.h>
@ -111,3 +112,4 @@ fe_ipoint* fe_object_get_vertex(const fe_object * object, const int n)
{
return &object->points[n].translated;
}
*/