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

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

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

revision 3067 by schoenebeck, Sat Apr 30 14:42:14 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_SCRIPTSLOTS_H  #ifndef GIGEDIT_SCRIPTSLOTS_H
9  #define GIGEDIT_SCRIPTSLOTS_H  #define GIGEDIT_SCRIPTSLOTS_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 "compat.h"  #include "compat.h"
19  #include <vector>  #include <vector>

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

  ViewVC Help
Powered by ViewVC