Stardock 0.0.1
File System Points Synchronizer
Loading...
Searching...
No Matches
api.hh
Go to the documentation of this file.
1#ifndef API_HH
2#define API_HH
4#include <stardock/config.hh>
5namespace stardock {
6 void Exec(const stardock::Config& config);
7}
8#endif//API_HH
Definition align.hh:5
void Exec(const stardock::Config &config)
Definition api.cc:86
Definition config.hh:6