11 lines
147 B
C
11 lines
147 B
C
// option1.h : Option 2 (Advanced): Console Music Player.
|
|
#pragma once
|
|
|
|
#ifndef OPTION2_H
|
|
#define OPTION2_H
|
|
|
|
//int RunApp();
|
|
|
|
|
|
#endif // OPTION2_H
|