You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
215 B
C
12 lines
215 B
C
2 years ago
|
#ifndef READ_ACTIVATION_CODE_H
|
||
|
#define READ_ACTIVATION_CODE_H
|
||
|
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
extern bool read_activation_code(const std::string & file_name, std::string & activation_code);
|
||
|
|
||
|
|
||
|
#endif // READ_ACTIVATION_CODE_H
|
||
|
|