Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to latest incoming #41

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Updated to latest incoming

  • Loading branch information
sstewartgallus committed Jun 15, 2013
commit 6b6240db69b859efdc9dfda2d73caa7e98a89884
7 gl2.rs
@@ -7,12 +7,13 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

/* automatically generated by rust-bindgen */

use std::libc::*;
use std::libc::types::common::c99::*;
use std::cmp;
use std::cast;
use std::cast::transmute;
use std::ptr;
use std::ptr::to_unsafe_ptr;
use std::str;
use std::str::{as_c_str, from_bytes};
use std::str::raw::from_c_str;
use std::sys::size_of;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.