Move menu natives from core to logic

This commit is contained in:
Nicholas Hastings
2014-09-05 08:24:40 -07:00
parent a1dc1101f7
commit ad7d920ce0
11 changed files with 146 additions and 90 deletions
+1
View File
@@ -68,6 +68,7 @@ binary.sources += [
'ProfileTools.cpp',
'Logger.cpp',
'smn_core.cpp',
'smn_menus.cpp',
]
if builder.target_platform == 'windows':
binary.sources += ['thread/WinThreads.cpp']