mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
17 lines
149 B
C++
17 lines
149 B
C++
//
|
|
// Created by stepus53 on 24.6.25.
|
|
//
|
|
|
|
#ifndef DHFSINSTANCE_HPP
|
|
#define DHFSINSTANCE_HPP
|
|
|
|
|
|
|
|
class DhfsInstance {
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //DHFSINSTANCE_HPP
|