mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 21:01:05 +08:00
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_
|