summaryrefslogtreecommitdiffstats
path: root/www/devmaster/lesson6.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/devmaster/lesson6.html')
-rw-r--r--www/devmaster/lesson6.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/devmaster/lesson6.html b/www/devmaster/lesson6.html
index 9174e83..ed4ee9b 100644
--- a/www/devmaster/lesson6.html
+++ b/www/devmaster/lesson6.html
@@ -22,6 +22,11 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br>
<p align="right" class="ArticleAuthor">Author: <a href="mailto:[email protected]">Jesse
Maurais</a><br>
Adapted For Java By: <a href="mailto:[email protected]">Athomas Goldberg</a></p>
+<p align="justify">This is a translation of <a href="http://devmaster.net/posts/2893/openal-lesson-6-advanced-loading-and-error-handles">
+OpenAL Lesson 6: Advanced Loading and Error Handles</a>
+tutorial from <a href="http://devmaster.net/">DevMaster.net</a> to JOAL.
+
+</p>
<p align="justify">We've been doing some pretty simple stuff up until now that
didn't require us to be very precise in the way we've handled things. The reason
for this is that we have been writing code for simplicity in order to learn