epr24pr5-ojanssen2/DataType.h
moonleay 9749953ed7
feat: finished implementing stubs in Manager
fix: fixed initial problems with impl
2025-02-09 21:14:26 +01:00

16 lines
233 B
C++

#pragma once
#include "std_lib_inc.h"
#ifndef READINSTATUS_H
#define READINSTATUS_H
namespace util {
enum class DataType {
INIT,
USER,
TASK,
ASSIGNMENT
};
} // util
#endif // READINSTATUS_H