checkpoint pragma support.  Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h
index 892d21e..d178c86 100644
--- a/libs/rs/rsScriptC.h
+++ b/libs/rs/rsScriptC.h
@@ -69,7 +69,7 @@
     ACCscript* mAccScript;
 
     ScriptC::Program_t mProgram;
-    ScriptC::Enviroment_t mEnviroment;
+    Script::Enviroment_t mEnviroment;
 
     Vector<const Type *> mConstantBufferTypes;