Skip to content

Commit 2bb21fa

Browse files
committed
headers: main header
1 parent 9e01978 commit 2bb21fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

headers/main.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#pragma once
22

3+
/* includes */
34
#include <iostream>
45

6+
/* my first class */
57
class myFirstClass
68
{
79
public:
@@ -16,5 +18,6 @@ class myFirstClass
1618
};
1719
};
1820

21+
/* using this callback function we are going to call the myfirsthelloworld, mysecondhelloworld*/
1922
void firstcallbackfunction();
2023
void secondcallbackfunction();

0 commit comments

Comments
 (0)