This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
c-net/util.h
2023-09-21 11:22:31 +02:00

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);