Skip to content

Commit 8dcda55

Browse files
committed
Allow countmodula to be used as simulator built-in
1 parent c943e83 commit 8dcda55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CountModula/CountModula.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#include "CountModula.hpp"
22

3-
Plugin *pluginInstance;
3+
extern Plugin *pluginInstance;
44
int defaultTheme = 0;
55
int prevDefaultTheme = -1;
66

7-
void init(Plugin *p) {
7+
void init_CountModula(Plugin *p) {
88
pluginInstance = p;
99

1010
defaultTheme = readDefaultIntegerValue("DefaultTheme");

0 commit comments

Comments
 (0)