diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-31 03:18:08 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-31 03:18:08 (GMT) |
commit | 85378e44367a62116e8067105f0fe862a932ba8f (patch) | |
tree | 01727cfd6b8a75f81c98d7c2b78aad65a18b98c0 /src/OffscreenContext.h | |
parent | 8ba6a7828835308811aa0861650cd04888c9f212 (diff) |
documentation note
Diffstat (limited to 'src/OffscreenContext.h')
-rw-r--r-- | src/OffscreenContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OffscreenContext.h b/src/OffscreenContext.h index 500832c..e74e104 100644 --- a/src/OffscreenContext.h +++ b/src/OffscreenContext.h @@ -2,7 +2,8 @@ #define OFFSCREENCONTEXT_H_ // Here we implement a 'portability' pattern but since we are mixing -// Objective-C with C++, it is a bit different. +// Objective-C with C++, it is a bit different. The main struct +// isn't defined in the header, but instead inside the source code files #include <iostream> #include <fstream> |