4 lines
102 B
C++
4 lines
102 B
C++
#pragma once
|
|
|
|
enum class DSReturnCode { OK, INCOMPATIBLE_OPERATION, EMPTY, OUT_OF_RANGE, NOT_FOUND };
|