Skip to content

Commit f8a238e

Browse files
Added geometry
1 parent bcc8f7a commit f8a238e

File tree

3 files changed

+417
-0
lines changed

3 files changed

+417
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_library (ObjSDL
1010
clock.cc clock.hh
1111
short_types.cc short_types.hh # header only
1212
clipboard.cc clipboard.hh
13+
geometry.hh geometry.cc # header only
1314
)
1415

1516
include (cmake/FindSDL2.cmake)

geometry.cc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "geometry.hh"

0 commit comments

Comments
 (0)