X-Git-Url: https://git.auder.net/css/%24%7BgetWhatsApp%28link%29%7D?a=blobdiff_plain;f=src%2FVector.h;h=985ac10516082b5da4f5b65fa0754f34dadf8662;hb=8306616e3ab3b2cbcbaf7dc70931d2ed394a1aa5;hp=d3fe04cd4a21e7bcde3c2c72b817215008546fe5;hpb=a78687686f5b490d99fae21f9fa8aaa9a34f1812;p=cgds.git diff --git a/src/Vector.h b/src/Vector.h index d3fe04c..985ac10 100644 --- a/src/Vector.h +++ b/src/Vector.h @@ -105,6 +105,13 @@ void vector_pop( Vector* vector ///< "this" pointer. ); +/** + * @brief Remove the first element. + */ +void vector_pop_first( + Vector* vector ///< "this" pointer. +); + /** * @brief Get the element at given index. */