Files
Datastructs/Exam/IKT203Exam/Portfolio/Assignment-02/option2.h
2025-11-05 23:40:06 +01:00

11 lines
145 B
C

// option1.h : Option 2 (Advanced): Console Music Player.
#pragma once
#ifndef OPTION2_H
#define OPTION2_H
int RunApp();
#endif // OPTION2_H