13 lines
No EOL
203 B
C
13 lines
No EOL
203 B
C
// Define once
|
|
#ifndef H_ARCHIVE
|
|
#define H_ARCHIVE
|
|
|
|
// Libraries
|
|
#include "base.h"
|
|
#include "manager.h"
|
|
|
|
// Functions
|
|
bool archive_import(Manager* manager);
|
|
bool archive_export(Manager* manager);
|
|
|
|
#endif |