mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-15 15:40:16 +02:00
9 lines
89 B
C++
9 lines
89 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
struct NFResult
|
|
{
|
|
bool result;
|
|
std::string message;
|
|
}; |