mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 00:31:56 +00:00
6 lines
80 B
Lua
6 lines
80 B
Lua
prog8_math {
|
|
%option no_symbol_prefixing
|
|
|
|
%asminclude "library:math.asm"
|
|
}
|