10 lines
91 B
C
10 lines
91 B
C
#pragma once
|
|
|
|
#ifndef OPTION2_H
|
|
#define OPTION2_H
|
|
/*
|
|
int RunApp();
|
|
*/
|
|
|
|
#endif // OPTION2_H
|