9 lines
140 B
C
9 lines
140 B
C
//
|
|
// 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);
|