Skip to content

Commit

Permalink
Add lhasa.h catch-all header.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed May 17, 2012
1 parent fccca1d commit 8336bca
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

headerfilesdir=$(includedir)/liblhasa-1.0
headerfiles_HEADERS= \
lhasa.h \
lha_file_header.h \
lha_input_stream.h \
lha_reader.h
Expand Down
29 changes: 29 additions & 0 deletions lib/public/lhasa.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
Copyright (c) 2011, 2012, Simon Howard
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
that the above copyright notice and this permission notice appear
in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

#ifndef LHASA_PUBLIC_LHASA_H
#define LHASA_PUBLIC_LHASA_H

#include "lha_file_header.h"
#include "lha_input_stream.h"
#include "lha_reader.h"

#endif /* #ifndef LHASA_PUBLIC_LHASA_H */

0 comments on commit 8336bca

Please sign in to comment.