Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
updater.hpp
Go to the documentation of this file.
1//
2// Created by kj16609 on 10/6/23.
3//
4
5#pragma once
6#ifndef ATLASGAMEMANAGER_UPDATER_HPP
7#define ATLASGAMEMANAGER_UPDATER_HPP
8
9namespace atlas::updater
10{
11
12 void startUpdater();
13
14}
15
16#endif //ATLASGAMEMANAGER_UPDATER_HPP
Definition updater.cpp:8
void startUpdater()
Definition updater.cpp:10