Mercurial > otakunoraifu
comparison scn2k/scn2k_text.h @ 59:36d92d21300f
Implemented sin opcode
author | Thibaut GIRKA <thib@sitedethib.com> |
---|---|
date | Fri, 18 Dec 2009 18:51:44 +0100 |
parents | 0aaa5bb3dde5 |
children |
comparison
equal
deleted
inserted
replaced
58:0aaa5bb3dde5 | 59:36d92d21300f |
---|---|
275 // Maths | 275 // Maths |
276 void impl_rnd(Cmd& cmd); | 276 void impl_rnd(Cmd& cmd); |
277 void impl_pcnt(Cmd& cmd); | 277 void impl_pcnt(Cmd& cmd); |
278 void impl_abs(Cmd& cmd); | 278 void impl_abs(Cmd& cmd); |
279 void impl_power(Cmd& cmd); | 279 void impl_power(Cmd& cmd); |
280 void impl_sin(Cmd& cmd); | |
280 void impl_min(Cmd& cmd); | 281 void impl_min(Cmd& cmd); |
281 void impl_max(Cmd& cmd); | 282 void impl_max(Cmd& cmd); |
282 void impl_constrain(Cmd& cmd); | 283 void impl_constrain(Cmd& cmd); |
283 }; | 284 }; |
284 | 285 |