/[svn]/gigedit/trunk/src/gigedit/scripteditor.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/scripteditor.h

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

revision 2956 by schoenebeck, Sat Jul 16 15:31:47 2016 UTC revision 3068 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) 2014-2016 Christian Schoenebeck      Copyright (c) 2014-2017 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 8  Line 8 
8  #ifndef GIGEDIT_SCRIPTEDITOR_H  #ifndef GIGEDIT_SCRIPTEDITOR_H
9  #define GIGEDIT_SCRIPTEDITOR_H  #define GIGEDIT_SCRIPTEDITOR_H
10    
11  #include <gig.h>  #ifdef LIBGIG_HEADER_FILE
12    # include LIBGIG_HEADER_FILE(gig.h)
13    #else
14    # include <gig.h>
15    #endif
16    
17  #include <gtkmm.h>  #include <gtkmm.h>
18  #include <config.h>  #if HAVE_CONFIG_H
19    # include <config.h>
20    #endif
21  #include "compat.h"  #include "compat.h"
22  #include <gtkmm/uimanager.h>  #include <gtkmm/uimanager.h>
23  #include <gtkmm/actiongroup.h>  #include <gtkmm/actiongroup.h>
# Line 24  Line 31 
31  #endif  #endif
32    
33  #if USE_LS_SCRIPTVM  #if USE_LS_SCRIPTVM
34  # include <linuxsampler/scriptvm/ScriptVM.h>  # ifdef LIBLINUXSAMPLER_HEADER_FILE
35  # include <linuxsampler/scriptvm/ScriptVMFactory.h>  #  include LIBLINUXSAMPLER_HEADER_FILE(scriptvm/ScriptVM.h)
36    #  include LIBLINUXSAMPLER_HEADER_FILE(scriptvm/ScriptVMFactory.h)
37    # else
38    #  include <linuxsampler/scriptvm/ScriptVM.h>
39    #  include <linuxsampler/scriptvm/ScriptVMFactory.h>
40    # endif
41  #endif  #endif
42    
43  class ScriptEditor : public ManagedWindow {  class ScriptEditor : public ManagedWindow {

Legend:
Removed from v.2956  
changed lines
  Added in v.3068

  ViewVC Help
Powered by ViewVC