First commit
This commit is contained in:
11
include/scufcont.h
Normal file
11
include/scufcont.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef SCUFCONT_H_
|
||||
#define SCUFCONT_H_
|
||||
|
||||
typedef enum {
|
||||
SCUFCONT_SUCCESS,
|
||||
SCUFCONT_OUT_OF_MEMORY
|
||||
} ScufContResult;
|
||||
|
||||
extern const char* SCUFCONT_VERSION;
|
||||
|
||||
#endif // SCUFCONT_H_
|
||||
Reference in New Issue
Block a user