10 lines
87 B
C
10 lines
87 B
C
#pragma once
|
|
|
|
#ifndef OPTION1_H
|
|
#define OPTION1_H
|
|
|
|
int RunApp();
|
|
|
|
|
|
#endif // OPTION1_H
|