summaryrefslogtreecommitdiff
path: root/muse2/muse/structure.h
blob: d1de119235771a92174b00a18391dd2a048ded47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//=========================================================
//  MusE
//  Linux Music Editor
//  structure.h
//  (C) Copyright 2011 Florian Jung (flo93@users.sourceforge.net)
//=========================================================

#ifndef __STRUCTURE_H__
#define __STRUCTURE_H__

#include "undo.h"

Undo movePartsTotheRight(unsigned int startTick, int moveTick, bool only_selected=false);
void adjustGlobalLists(Undo& operations, int startPos, int diff);
void globalCut();
void globalInsert();
void globalSplit();
#endif