| 133 | /////////////////////////////////////////// |
| 134 | |
| 135 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_find (string id); |
| 136 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_create (); |
| 137 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_id (IntPtr mesh, string id); |
| 138 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_get_id (IntPtr mesh); |