diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 18:55:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 18:55:34 (GMT) |
commit | 743a82148dd2ddfdbd0eba24b208f1249ab4065d (patch) | |
tree | 98d598f030d4f2a938614338d2453d62453e3d90 /src/OffscreenContextAll.hpp | |
parent | f897fad9b887a5133db6b90354fdac840f792b45 (diff) |
explain our unusual portability system
Diffstat (limited to 'src/OffscreenContextAll.hpp')
-rw-r--r-- | src/OffscreenContextAll.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OffscreenContextAll.hpp b/src/OffscreenContextAll.hpp index 8ee7ebe..1c73b73 100644 --- a/src/OffscreenContextAll.hpp +++ b/src/OffscreenContextAll.hpp @@ -1,4 +1,5 @@ -// Functions shared by OffscreenContext[platform].cc +// Functions shared by OffscreenContext[platform].cc (or .mm) +// #include directly after definition of struct OffscreenContext. void bind_offscreen_context(OffscreenContext *ctx) { |