mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 21:01:05 +08:00
bd16e0fc40
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1591 4e206d99-4929-0410-ac5d-dfc041789085
10 lines
181 B
C++
10 lines
181 B
C++
#ifndef SFML_RUBYEXT_CLOCK_HEADER_
|
|
#define SFML_RUBYEXT_CLOCK_HEADER_
|
|
|
|
#include "ruby.h"
|
|
|
|
// Ruby initiation function
|
|
void Init_Clock( void );
|
|
|
|
#endif // SFML_RUBYEXT_CLOCK_HEADER_
|