summaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_generic_call.pxd.in
blob: 7847572eb715382be7fb73a717a8ee3725e05d7e (plain)
1
2
3
4
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_GENERIC_CALL(AwlInsn):
	cdef public object callback
bues.ch cgit interface