Sowl  1.0
Simple Object Window Library
PredefinedCursorHandles.h
1 #pragma once
2 #include <windows.h>
3 
4 namespace sowl
5 {
7  {
8  public:
9  static HCURSOR Arrow();
10  static HCURSOR Cross();
11  };
12 }
Definition: PredefinedCursorHandles.h:6