This repository has been archived on 2025-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Breeze/config/config.h
2025-04-01 20:57:33 +02:00

9 lines
122 B
C

//
// Created by nano on 4/1/25.
//
#ifndef CONFIG_H
#define CONFIG_H
void loadConfig(char *filepath);
#endif //CONFIG_H