I hereby claim:
- I am cinderblocks on github.
- I am cinder (https://keybase.io/cinder) on keybase.
- I have a public key whose fingerprint is A3AB 5C41 28CF 6492 328A F430 6A65 070E BB8C F7D5
To claim this, I am signing this object:
# Function for setting up precompiled headers. Usage: | |
# | |
# add_library/executable(target | |
# pchheader.c pchheader.cpp pchheader.h) | |
# | |
# add_precompiled_header(target pchheader.h | |
# [FORCEINCLUDE] | |
# [SOURCE_C pchheader.c] | |
# [SOURCE_CXX pchheader.cpp]) | |
# |
Verifying that +cinderblocks is my blockchain ID. https://onename.com/cinderblocks |
I hereby claim:
To claim this, I am signing this object:
Verifying that +cinderblocks is my blockchain ID. https://onename.com/cinderblocks |
integer attempts = 0; | |
default | |
{ | |
state_entry() | |
{ | |
llOwnerSay("Accept my permissions to start. Touch to stop."); | |
llRequestPermissions(llGetOwner(), PERMISSION_TELEPORT); | |
} | |