Advertisement
varomix

haceSdl

Jul 30th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.41 KB | None | 0 0
  1. Error: ./src/sdl/Sdl.cpp: In static member functionstatic Void sdl::Sdl_obj::init():
  2. ./src/sdl/Sdl.cpp:53:19: error: ‘timeBeginPeriod’ was not declared in this scope
  3.   timeBeginPeriod(1);
  4.                    ^
  5. ./src/sdl/Sdl.cpp: In static member functionstatic Void sdl::Sdl_obj::quit():
  6. ./src/sdl/Sdl.cpp:204:17: error: ‘timeEndPeriod’ was not declared in this scope
  7.   timeEndPeriod(1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement