mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add open() and close() skeletons that only recognize the image as a correct one.
This commit is contained in:
@@ -33,9 +33,14 @@
|
||||
#ifndef LIBDICFORMAT_DICFORMAT_H
|
||||
#define LIBDICFORMAT_DICFORMAT_H
|
||||
|
||||
#define LIBDICFORMAT_MAJOR_VERSION 1
|
||||
#define LIBDICFORMAT_MINOR_VERSION 0
|
||||
|
||||
#include "dicformat/errors.h"
|
||||
#include "dicformat/consts.h"
|
||||
#include "dicformat/enums.h"
|
||||
#include "dicformat/decls.h"
|
||||
#include "dicformat/structs.h"
|
||||
#include "dicformat/context.h"
|
||||
|
||||
#endif //LIBDICFORMAT_DICFORMAT_H
|
||||
|
||||
Reference in New Issue
Block a user