]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/nasal.h
Update the code a bit more, add a function to retreive the last error string and...
[simgear.git] / simgear / nasal / nasal.h
index da10dabddc50fc80837a9e224395cfd246fc7f87..85fff9661e4a82c519ae5b2bc042109c7c00e4a1 100644 (file)
@@ -163,6 +163,7 @@ naRef naVec_get(naRef v, int i);
 void naVec_set(naRef vec, int i, naRef o);
 int naVec_append(naRef vec, naRef o);
 naRef naVec_removelast(naRef vec);
+void naVec_setsize(naRef vec, int sz);
 
 // Hash utilities:
 int naHash_size(naRef h);