~ubuntu-branches/ubuntu/raring/haserl/raring

« back to all changes in this revision

Viewing changes to src/h_luac.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-05-11 01:53:02 UTC
  • mfrom: (0.1.2 sid) (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110511015302-xr0yki5ivh3dz4g5
Tags: 0.9.29-1
Initial release (Closes: #611445)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* --------------------------------------------------------------------------
 
2
 * Copyright 2003-2011 (inclusive) Nathan Angelacos 
 
3
 *                   (nangel@users.sourceforge.net)
 
4
 * 
 
5
 *   This file is part of haserl.
 
6
 *
 
7
 *   Haserl is free software: you can redistribute it and/or modify
 
8
 *   it under the terms of the GNU General Public License version 2,
 
9
 *   as published by the Free Software Foundation.
 
10
 *
 
11
 *   Haserl is distributed in the hope that it will be useful,
 
12
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 *   GNU General Public License for more details.
 
15
 *
 
16
 *   You should have received a copy of the GNU General Public License
 
17
 *   along with haserl.  If not, see <http://www.gnu.org/licenses/>.
 
18
 *
 
19
 * ------------------------------------------------------------------------ */
 
20
 
1
21
#ifndef _H_LUAC_H
2
22
#define _H_LUAC_H
3
23