Lazarus
Engine for creating roguelikes in C++
 All Classes Namespaces Functions
graphics.h
1 #include <SFML/Graphics.hpp>
2 
3 namespace Graphics
4 {
5  // Mock function to test that SFML links correctly
6  void WindowLoop();
7 }