Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Apr 6, 2013
1 parent 8d7b4f3 commit 7cd805a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/glfw.rc
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ pub fn spawn(f: ~fn()) {
}
}

/**
* Returns a struct containing the GLFW version numbers.
*/
pub struct Version {
major: int,
minor: int,
rev: int,
}

/**
* Returns a struct containing the GLFW version numbers.
*/
pub fn get_version() -> Version {
match ml::get_version() {
(major, minor, rev) => Version {
Expand Down

0 comments on commit 7cd805a

Please sign in to comment.