Skip to content

Commit

Permalink
Export init function
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed May 18, 2024
1 parent f753c4c commit d112c5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libtheterminal/theterminal-init.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#ifndef THETERMINALINIT_H
#define THETERMINALINIT_H

#include "libtheterminal_global.h"

namespace theTerminal {
void init();
void LIBTHETERMINAL_EXPORT init();
}

#endif // THETERMINALINIT_H

0 comments on commit d112c5f

Please sign in to comment.