progress bar and rename function measure accuracy
This commit is contained in:
parent
f10814c56c
commit
e0c46fc46a
7 changed files with 45 additions and 9 deletions
9
util.h
Normal file
9
util.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// Created by jakob on 21.09.2023.
|
||||
//
|
||||
|
||||
#ifndef C_NET_UTIL_H
|
||||
#define C_NET_UTIL_H
|
||||
|
||||
#endif //C_NET_UTIL_H
|
||||
void updateBar(int percentDone);
|
||||
Reference in a new issue