10 lines
No EOL
118 B
C++
10 lines
No EOL
118 B
C++
#include "Scaling.hpp"
|
|
|
|
namespace pacman {
|
|
|
|
double scaling_factor_for_window(sf::WindowHandle) {
|
|
return 1.0;
|
|
}
|
|
|
|
|
|
} |