/[svn]/linuxsampler/trunk/src/scriptvm/ScriptVM.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/ScriptVM.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2618 by schoenebeck, Thu Jun 5 00:16:25 2014 UTC revision 2619 by schoenebeck, Wed Jun 11 13:24:32 2014 UTC
# Line 65  namespace LinuxSampler { Line 65  namespace LinuxSampler {
65          CoreVMFunction_message fnMessage;          CoreVMFunction_message fnMessage;
66          CoreVMFunction_exit fnExit;          CoreVMFunction_exit fnExit;
67          CoreVMFunction_wait fnWait;          CoreVMFunction_wait fnWait;
68            CoreVMFunction_abs fnAbs;
69            CoreVMFunction_random fnRandom;
70            CoreVMFunction_num_elements fnNumElements;
71      };      };
72    
73  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.2618  
changed lines
  Added in v.2619

  ViewVC Help
Powered by ViewVC