balls are moving on my screen
This commit is contained in:
@@ -18,7 +18,7 @@ template<class T> struct array {
|
||||
template<class T> void append(array<T>& a, T el);
|
||||
template<class T> T pop(array<T>& a);
|
||||
template<class T> void resize(array<T>& a, size_t new_cap);
|
||||
template<class T> void free(array<T>& a);
|
||||
template<class T> void clear(array<T>& a);
|
||||
bool read_file(array<char>* out, const char* filepath);
|
||||
array<char*> split_str(const char *s, char delimiter);
|
||||
array<char*> split_str(const char *s);
|
||||
|
||||
Reference in New Issue
Block a user