~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/LoadModules.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**********************************************************************
 
2
 
 
3
  Audacity: A Digital Audio Editor
 
4
 
 
5
  LoadModules.h
 
6
 
 
7
  Dominic Mazzoni
 
8
  James Crook
 
9
 
 
10
**********************************************************************/
 
11
 
 
12
void LoadModules();
 
13
wxWindow *  MakeHijackPanel();
 
14
 
 
15
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
 
16
// version control system. Please do not modify past this point.
 
17
//
 
18
// Local Variables:
 
19
// c-basic-offset: 3
 
20
// indent-tabs-mode: nil
 
21
// End:
 
22
//
 
23
// vim: et sts=3 sw=3
 
24